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 添加到任意兼容 MCP 的客户端,例如 Claude Code、Codex、Cursor 或 VS Code。本页的配置片段可一步完成各客户端的设置。

Base44 MCP 服务器需要身份验证吗?

需要。Base44 使用 OAuth:首次连接时,MCP 客户端会打开浏览器窗口让你登录并授权,之后的会话将复用该凭证。

Base44 MCP 服务器使用哪种传输协议?

Base44 提供 Streamable HTTP 端点,这是 Model Context Protocol 当前的标准传输方式,所有主流 MCP 客户端均支持。

更多远程 MCP 服务器