Skip to main content
MCP connections let you connect custom MCP servers to your Base44 account so the AI chat can access external tools and data for context while you build. You manage these servers at the account level, and can use them in any of your apps.
Important: MCP connections are available on the Builder plan and higher.
Adding MCP servers for context for the builder
The AI chat only uses an MCP server when you ask for something that requires it, such as mentioning the server by name or requesting data it provides. For example, if you connect a GitHub MCP server, you can ask the AI chat: “Show me the open issues labeled bug in the frontend repo and summarize the top 3,” and the AI chat fetches that information from GitHub and summarizes it for you.

Adding a custom MCP server

You can add custom MCP servers from your account settings. Each connection stores the server URL, authentication method, and any headers that need to be sent with every request.
Note: MCP connections are configured at the account level. They are used by the Base44 AI chat experience, not by the app itself or its runtime, and are only called when your prompt requires that MCP.
Important:
  • Using MCP tools can increase your credit usage, because the AI processes more information when it connects to external apps and data sources.
  • Each account can connect up to 20 MCP servers. If you reach this limit, you must remove an existing server to add a new one.
To add a custom MCP server:
  1. Click your profile icon at the top-right of Base44.
  2. Click Settings.
  3. Click MCP Connections under Account.
  4. Click Add Custom MCP.
  5. Enter the details for your MCP:
    • Name: Enter a clear name for your MCP server so collaborators can recognize it.
    • URL: Enter the MCP server URL.
      For example: https://mcp.deepwiki.com/sse
    • Authentication: Choose how Base44 should connect:
      • Not required: Select this option if the server does not require credentials.
      • OAuth: Select this option if the server uses OAuth. You complete the authorization in the next step after testing and adding the server.
    • Custom headers: Add any headers that need to be sent with every request, such as API keys:
      • Click Add header.
      • Enter the Header name.
      • Enter the Header value.
  6. Click Test to check that Base44 can reach the MCP server with the configuration you entered.
  7. Click Test & Add to test the connection and save the new MCP server to your account.

Managing existing MCP connections

After you add MCP servers, you can see them all on the MCP Connections page. From there, you can turn individual servers on or off and manage each connection. To turn an MCP server on or off:
  1. Click your profile icon at the top-right of Base44.
  2. Click Settings.
  3. Click MCP Connections under Account.
  4. Find the relevant MCP server in the list.
  5. Click the toggle on the right to enable or disable that server for your account.
To edit or remove an MCP server:
  1. Click your profile icon at the top-right of Base44.
  2. Click Settings.
  3. Click MCP Connections under Account.
  4. Next to the relevant MCP server, click the More Actions icon.
  5. Choose what you want to do:
    • Edit Details: Update the server name, URL, authentication, or custom headers.
    • Remove MCP: Permanently remove the MCP server from your account.
Editing or removing an MCP connection in your Base44 account
Tip: Use clear, descriptive names for each MCP server so collaborators can quickly see which external tools or data sources the AI chat can use.

FAQs

Click a question below to learn more.
MCP connections are managed at the account level, not per app. When you add an MCP server, it becomes available to the Base44 AI chat across apps in your account, rather than being tied to a single app.
No. MCP connections only control what the AI chat can access. Your app’s code, APIs, and other integrations do not call MCP servers through this settings page. The AI chat uses an MCP server only when your prompt asks for something that requires that server, it does not call every connected MCP for each message.
Yes. Go to Settings → MCP Connections in your account and use the toggle next to the relevant MCP server to turn it off. When it is off, the AI chat no longer uses that server. You can turn the same server back on later without re-entering its configuration.