Base44 and MCP: the Base44 MCP server, App MCP and custom connections
Base44 has three MCP features: an MCP server to build apps from Claude or ChatGPT, App MCP to let assistants use a published app, and custom MCP connections.
7 min read
Base44 supports MCP (Model Context Protocol) in three directions. The Base44 MCP server lets an assistant like Claude or ChatGPT build and manage your Base44 apps. App MCP gives a published app its own MCP server so assistants can use it. Custom MCP connections let Base44’s own AI chat call other services’ MCP servers while you build. There’s also a Docs MCP server for searching Base44’s documentation.
This is part of the Base44 integrations guide.
The Base44 MCP server: build from your assistant
The Base44 MCP server “exposes your Base44 account to any MCP-compatible AI assistant.” Describe what you want and the assistant creates or updates projects for you. It needs the Builder plan or higher.
Add it to your assistant’s MCP configuration:
{ "mcpServers": { "base44": { "url": "https://app.base44.com/mcp" } } }
Some tools need a restart to pick it up. Base44 “re-checks your workspace membership on every request and every token refresh,” so the connection stops working if your access is removed. Among its tools is one that imports a design from a public URL and starts a project from it.
App MCP: let assistants use your app
App MCP connects external assistants to one published app, so you or your users can work with it from Claude, ChatGPT or Cursor: view or manage data, message the app’s agents, or run custom tools.
To set it up, open your app’s dashboard, click MCP, then Set up access. You control access at three levels, including tool access, which decides which entities, agents and custom tools assistants can use. If you see Enable custom authentication instead, set up your app’s custom login pages first. Workspace owners can turn MCP off for the whole workspace.
Custom MCP connections: give Base44’s chat more tools
Custom MCP connections work the other way: Base44’s AI chat connects to an external MCP server while you build, so it can use that service’s tools during setup. For example, connecting a form backend’s MCP server lets the chat create the form and its follow-up workflows and wire the form into your page. LinkyCal is one that works this way; the contact form guide covers it.
The Docs MCP server and skills
Base44 also publishes a Docs MCP server so assistants can search its documentation, and a set of agent skills (npx skills add base44/skills -g) that teach coding agents how Base44 projects are structured. Both cut down on an agent guessing SDK methods. See using Claude Code, Cursor or Codex with Base44.
Which one you need
| You want to | Use |
|---|---|
| Build or change Base44 apps from Claude, ChatGPT or Cursor | Base44 MCP server |
| Let assistants read or act on your published app | App MCP |
| Let Base44’s chat use another service while you build | Custom MCP connection |
| Get accurate answers about Base44 in your coding agent | Docs MCP server or Base44 skills |
What to do next
- If you’re on Builder, add the Base44 MCP server to your assistant and try a small change.
- For a published app, set up App MCP with read-only access first.
- Connect the MCP servers of tools you use while building, such as your form backend.
Frequently asked questions
- Does Base44 have an MCP server?
- Yes. The Base44 MCP server at https://app.base44.com/mcp lets an MCP-compatible assistant such as Claude, ChatGPT or Cursor create and update Base44 projects for you. It requires the Builder plan or higher.
- What is App MCP in Base44?
- App MCP gives one published Base44 app its own MCP server, so external AI assistants can view or manage that app's data, message its agents or run custom tools. You choose who can connect and which entities, agents and tools they can use.
- Can Base44's AI chat use other MCP servers?
- Yes. Custom MCP connections let Base44's AI chat connect to external MCP servers while you build, so it can use another service's tools during setup.
- Is there an MCP server for Base44's documentation?
- Yes. Base44's Docs MCP server lets AI assistants search Base44's documentation directly, which helps coding agents answer questions about the platform accurately.
Read next
Keep going
-
Using Claude Code, Cursor or Codex with a Base44 app
Three ways to bring Claude Code, Cursor or Codex to Base44: GitHub sync, the app's cloud sandbox via the CLI, or the Base44 MCP server. Plans, setup and trade-offs.
-
Base44 integrations: built-in, connectors and custom APIs
Base44's four kinds of integrations, which plan each needs, what they cost in integration credits, and how to pick the right one for forms, email, payments and automation.
-
Connecting Base44 to Zapier, Make and n8n with webhooks
Send Base44 data to Zapier, Make or n8n with webhooks, receive webhooks in a Base44 backend function, and choose between automations, connectors and outside tools.
-
Base44 contact form with email, Slack and WhatsApp alerts
Two ways to build a Base44 contact form: an entity plus SendEmail, or a hosted form backend. Plans, credit costs, spam, notifications and confirmation emails.