mcpbeat Sign in

Suitecrm MCP Server

by anirudhx7 Your server? Claim it
local only

Suitecrm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 8 Jul 2026.

Open-source MCP gateway for SuiteCRM - 24 CRM tools, OAuth2/OIDC auth, multi-entity, observability.

Installs per day peak 31 · avg 11 · +46% w/w
a month agotoday
32
Installs / week
npm · suitecrm-mcp-gateway
1
Stars
0 open issues
8 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Escalates privileges install-bridge.py:720
    run(["runuser", "-u", username, "--", npm_path, "install", "--silent"], cwd=bridge_dir)
Runs an external command install-bridge.py:96, install.py:159
    r = subprocess.run(cmd, capture_output=capture, text=True, cwd=cwd)
Touches key and credential files ansible/inventory.yml:44
      ansible_ssh_private_key_file: ~/.ssh/gateway.pem
Asks for container control access docker-compose.yml:137
      - /var/run/docker.sock:/var/run/docker.sock:ro

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Suitecrm MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add suitecrm-mcp -- npx -y suitecrm-mcp-gateway
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "suitecrm-mcp": {
      "args": [
        "-y",
        "suitecrm-mcp-gateway"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.suitecrm-mcp]
command = "npx"
args = ["-y", "suitecrm-mcp-gateway"]
.cursor/mcp.json
{
  "mcpServers": {
    "suitecrm-mcp": {
      "args": [
        "-y",
        "suitecrm-mcp-gateway"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "suitecrm-mcp": {
      "args": [
        "-y",
        "suitecrm-mcp-gateway"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SUITECRM_ENDPOINT (SuiteCRM v4_1 REST endpoint URL, e.g. https://crm.example.com/service/v4_1/rest.php), SUITECRM_PREFIX (Tool name prefix, e.g. suitecrm), PORT (Port the gateway listens on), AUTH0_DOMAIN (OIDC provider domain, e.g. your-tenant.auth0.com), AUTH0_AUDIENCE (OAuth2 API audience identifier). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Suitecrm MCP

same job, measured the same way
MCP Server Auth Template
by brunovicco

OAuth 2.1/OIDC resource-server reference for secure MCP authorization

local only
Fulcrum
by dewars30

AI governance MCP server for policy enforcement, cost control, and observability.

65 installs/wk local only
Ingero
by ingero-io

eBPF-based GPU causal observability with 7 MCP tools for AI-assisted GPU debugging

local only
Brightspace
by jhostinaleck

MCP server for D2L Brightspace. Multi-auth, 26+ tools, MCP Resources, Prompts, and web dashboard.

61 installs/wk local only
SAP MCP Server
by oobeprotocol-sap-mcp

Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.

248 installs/wk 406 tools answering
MCP Ts Template
by cyanheads

TypeScript template for building MCP servers with declarative tooling, observability, and auth.

38 installs/wk local only
SEO Stack MCP
by raffaele86

The complete open-source SEO data stack for AI agents: 7 sources, 86 tools, one MCP server

84 installs/wk local only
MCP for Oura
by smirnov

Multi-tenant hosted MCP server for Oura Ring — 21 read-only tools, OAuth per user.

answering

Suitecrm MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Suitecrm MCP?
Suitecrm MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package suitecrm-mcp-gateway was installed 32 times last week.
How do I connect Suitecrm MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls suitecrm-mcp-gateway straight from npm; nothing to host, nothing to sign up for.
How many people use Suitecrm MCP?
The npm package suitecrm-mcp-gateway was installed 32 times in the last week. Week over week that is +46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Suitecrm MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.