Open-source MCP gateway for SuiteCRM - 24 CRM tools, OAuth2/OIDC auth, multi-entity, observability.
Runs locally over stdio
This server isn't hosted β your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y suitecrm-mcp-gateway
MCP client config
{
"mcpServers": {
"suitecrm-mcp": {
"command": "npx",
"args": [
"-y",
"suitecrm-mcp-gateway"
]
}
}
}