Base44
officialBase44 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.
What can you do with Base44 MCP?
- Create an app from a description — Ask the assistant to scaffold a new Base44 app by describing what you want to build, using the MCP server's app-creation capability.
- Edit app backend logic — Instruct the assistant to modify or update backend logic in an existing Base44 app through natural-language requests.
- Manage app data — Have the assistant create or adjust data structures and records within your Base44 app without leaving the chat.
- Authenticate via OAuth — Request the assistant to connect to the Base44 MCP server using the documented OAuth flow at
https://app.base44.com/mcp/.
Hosted MCP Server
npx add-mcp 'https://app.base44.com/mcp/'Installs into Claude Code, Codex, Cursor, VS Code and more
Documentation
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
Official documentation explicitly specifies OAuth. Documented /mcp responds with a same-origin 307 to /mcp/; the target responds 401.