The Capsule MCP server lets AI assistants read and update your Capsule data on your behalf, using the Model Context Protocol (MCP). Connecting takes three steps: check your AI tool is supported, create an OAuth app in Capsule, then add the server to your AI tool.
Plan requirement: using the remote Capsule MCP server requires a subscription plan of Growth or above.
Your AI tool (the "MCP client") must:
Not supported:
First, find the redirect URL (callback URL) for your AI tool in its documentation - many tools display it on the screen where you add an MCP server. This must match exactly: the most common cause of a failed connection is a mismatched redirect URL.
Then create the app:
For more on OAuth 2 with Capsule, see Authentication.
In your AI tool, add a custom or remote MCP server. For example, in Claude this is Settings → Connectors → Add custom connector. Refer to your AI tool's documentation for the exact steps. Use:
https://mcp-server.capsulecrm.com/mcpThen click Connect. You'll be sent to Capsule to sign in and approve access. Once approved, the Capsule tools appear in your AI tool.
| Symptom | Likely cause |
|---|---|
| Your AI tool never shows the Capsule sign-in screen | The client ID or secret is missing or mistyped, or the redirect URL on your OAuth app doesn't exactly match the one your tool sent. Recheck your AI tool's documentation on adding custom MCP servers, including http/https and trailing characters. |
| Connects, but no tools appear | Make sure your Capsule account is on the Growth, Advanced or Ultimate plan. |
| Other authentication errors | See Authentication for errors relating to the OAuth protocol. |
| Token refresh errors | OAuth access tokens expire after a set period. Most AI tools refresh the access token automatically. If yours doesn't and the connection stops working, disconnect and reconnect to Capsule. |