Odel
suitecrm mcp

suitecrm mcp

Local
@anirudhx71JavaScriptMITUpdated 1mo ago

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).

npmsuitecrm-mcp-gatewayv5.5.0

Run

npx -y suitecrm-mcp-gateway

MCP client config

{
  "mcpServers": {
    "suitecrm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "suitecrm-mcp-gateway"
      ]
    }
  }
}