Base44
AI app building, backend, data
Base44 について
Base44 is an AI app-building platform where full applications are created and edited from natural-language descriptions. Its remote MCP server lets assistants create and manage Base44 apps, backend logic, and data without leaving the conversation.
接続情報
https://app.base44.com/mcp- トランスポート
- Streamable HTTP
- 認証
- OAuth
セットアップ
claude mcp add base44 --transport http https://app.base44.com/mcpよくある質問
Base44 リモートMCPサーバーとは何ですか?
Base44 リモートMCPサーバーは https://app.base44.com/mcp でホストされている Model Context Protocol エンドポイントで、AIアシスタントはローカルに何もインストール・実行せずに接続できます。 Base44 is an AI app-building platform where full applications are created and edited from natural-language descriptions. Its remote MCP server lets assistants create and manage Base44 apps, backend logic, and data without leaving the conversation.
Base44 MCPサーバーに接続するにはどうすればよいですか?
エンドポイント https://app.base44.com/mcp を Claude Code、Codex、Cursor、VS Code などのMCP対応クライアントに追加してください。このページのセットアップスニペットを使えば各クライアントをワンステップで設定できます。
Base44 MCPサーバーには認証が必要ですか?
はい。Base44 はOAuthを使用します。初回接続時にMCPクライアントがブラウザウィンドウを開いてサインインと認可を行い、以降のセッションではその認証情報を再利用します。
Base44 MCPサーバーはどのトランスポートを使用しますか?
Base44 は Streamable HTTP エンドポイントを提供しています。これは Model Context Protocol の現行標準トランスポートで、主要なMCPクライアントすべてでサポートされています。