suitecrm-mcp
Rank #17,513glama/Anirudhx7/suitecrm-mcp
Open-source MCP gateway for SuiteCRM - 24 CRM tools, OAuth2/OIDC auth, multi-entity, observability.
suitecrm-mcp is a Model Context Protocol (MCP) server published by anirudhx7. It ranks #17,513 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. suitecrm-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 14, 2026 and most recently updated on Jun 19, 2026.
Ranks ahead of 98,078 of 115,591 servers on MCP Toplist.
Use suitecrm-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add suitecrm-mcp -e "SUITECRM_ENDPOINT=<your SUITECRM_ENDPOINT>" -e "SUITECRM_PREFIX=<your SUITECRM_PREFIX>" -e "PORT=<your PORT>" -e "AUTH0_DOMAIN=<your AUTH0_DOMAIN>" -e "AUTH0_AUDIENCE=<your AUTH0_AUDIENCE>" -- npx -y suitecrm-mcp-gatewayReplace each placeholder with your own value before saving.
[mcp_servers.suitecrm-mcp]
command = "npx"
args = ["-y", "suitecrm-mcp-gateway"]
[mcp_servers.suitecrm-mcp.env]
SUITECRM_ENDPOINT = "<your SUITECRM_ENDPOINT>"
SUITECRM_PREFIX = "<your SUITECRM_PREFIX>"
PORT = "<your PORT>"
AUTH0_DOMAIN = "<your AUTH0_DOMAIN>"
AUTH0_AUDIENCE = "<your AUTH0_AUDIENCE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suitecrm-mcp": {
"command": "npx",
"args": [
"-y",
"suitecrm-mcp-gateway"
],
"env": {
"SUITECRM_ENDPOINT": "<your SUITECRM_ENDPOINT>",
"SUITECRM_PREFIX": "<your SUITECRM_PREFIX>",
"PORT": "<your PORT>",
"AUTH0_DOMAIN": "<your AUTH0_DOMAIN>",
"AUTH0_AUDIENCE": "<your AUTH0_AUDIENCE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suitecrm-mcp": {
"command": "npx",
"args": [
"-y",
"suitecrm-mcp-gateway"
],
"env": {
"SUITECRM_ENDPOINT": "<your SUITECRM_ENDPOINT>",
"SUITECRM_PREFIX": "<your SUITECRM_PREFIX>",
"PORT": "<your PORT>",
"AUTH0_DOMAIN": "<your AUTH0_DOMAIN>",
"AUTH0_AUDIENCE": "<your AUTH0_AUDIENCE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"suitecrm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"suitecrm-mcp-gateway"
],
"env": {
"SUITECRM_ENDPOINT": "<your SUITECRM_ENDPOINT>",
"SUITECRM_PREFIX": "<your SUITECRM_PREFIX>",
"PORT": "<your PORT>",
"AUTH0_DOMAIN": "<your AUTH0_DOMAIN>",
"AUTH0_AUDIENCE": "<your AUTH0_AUDIENCE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suitecrm-mcp": {
"command": "npx",
"args": [
"-y",
"suitecrm-mcp-gateway"
],
"env": {
"SUITECRM_ENDPOINT": "<your SUITECRM_ENDPOINT>",
"SUITECRM_PREFIX": "<your SUITECRM_PREFIX>",
"PORT": "<your PORT>",
"AUTH0_DOMAIN": "<your AUTH0_DOMAIN>",
"AUTH0_AUDIENCE": "<your AUTH0_AUDIENCE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"suitecrm-mcp": {
"command": "npx",
"args": [
"-y",
"suitecrm-mcp-gateway"
],
"env": {
"SUITECRM_ENDPOINT": "<your SUITECRM_ENDPOINT>",
"SUITECRM_PREFIX": "<your SUITECRM_PREFIX>",
"PORT": "<your PORT>",
"AUTH0_DOMAIN": "<your AUTH0_DOMAIN>",
"AUTH0_AUDIENCE": "<your AUTH0_AUDIENCE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2FAnirudhx7%2Fsuitecrm-mcp)<a href="https://mcptoplist.com/server/glama%2FAnirudhx7%2Fsuitecrm-mcp"><img src="https://mcptoplist.com/badge/glama%2FAnirudhx7%2Fsuitecrm-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
anirudhx7
Available versions (2)
| Version | Published |
|---|---|
| 5.5.0 | Jun 19, 2026 |
| 5.3.1 | Jun 12, 2026 |
Frequently asked questions
- Who maintains suitecrm-mcp?
- suitecrm-mcp is maintained by anirudhx7, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is suitecrm-mcp listed on the Official MCP Registry?
- Yes — suitecrm-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does suitecrm-mcp have?
- MCP Toplist tracks 2 versions of suitecrm-mcp, most recently published on Jun 19, 2026.
- Where can I find the source code for suitecrm-mcp?
- The source code for suitecrm-mcp is hosted at github.com/anirudhx7/suitecrm-mcp.