Base44
AI app building, backend, data
About 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.
Connection details
https://app.base44.com/mcp- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add base44 --transport http https://app.base44.com/mcpFrequently asked questions
What is the Base44 remote MCP server?
The Base44 remote MCP server is a hosted Model Context Protocol endpoint at https://app.base44.com/mcp, so AI assistants can connect to it without installing or running anything locally. 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.
How do I connect to the Base44 MCP server?
Add the endpoint https://app.base44.com/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Base44 MCP server require authentication?
Yes. Base44 uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Base44 MCP server use?
Base44 exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.