把 Claude Code 連接到 Busabase
Anthropic's terminal coding agent, with user / project / local MCP scopes.
把這段貼進 Claude Code
請閱讀 https://busabase.com/SETUP_SKILL.md,並幫我設定好 Busabase。請照著文件一路做到完成,最後確認連線是否正常運作。

把這一句指令交給你的 Agent
你得到的不只是一個連接器:busabase 技能還帶著完整的變更請求工作流程、CLI 與完整 API —— 之後每一次工作階段都在,不必再重新貼一次。
會先問你
Busabase Cloud 還是個人桌面版 —— 在動手之前,由你決定。
完成連線
幫你登入並自行儲存憑證,不需要手動複製 API 金鑰。
建立一個資料表
建立並填入你的第一個資料表,讓工作區一開始就不是空白畫面。
安裝技能
busabase 與 busabase-app-creator 會永久安裝,之後每一次工作階段都能直接使用。
比較想用連接器?
如果你不想讓 Agent 自行安裝技能,而是想把 Busabase 當作 MCP 工具接進來,可以使用下面這個伺服器網址。
一覽表
- 廠商
- Anthropic
- 連接方式
- MCP + OAuth · 外掛/技能
- 傳輸方式
- Streamable HTTP
- 驗證方式
- OAuth(動態註冊)
claude mcp add --transport http --scope user busabase https://busabase.com/api/mcp
claude mcp login busabaseAdd a user-scoped HTTP server so it is available in every project:
claude mcp add --transport http --scope user busabase https://busabase.com/api/mcp
claude mcp login busabase
claude mcp get busabase
You can also open /mcp inside Claude Code, select Busabase, and complete authentication there. Verify by asking Claude to call auth_verify.
If authentication is stale, open /mcp and clear authentication, or remove and re-add the user-scoped server before repeating OAuth:
claude mcp remove --scope user busabase
已知的注意事項
If authentication goes stale, clear it from /mcp, or run `claude mcp remove --scope user busabase` and repeat OAuth.
把這段貼進 Claude Code
請閱讀 https://busabase.com/SETUP_SKILL.md,並幫我設定好 Busabase。請照著文件一路做到完成,最後確認連線是否正常運作。