mcpbeat Sign in

Civicrm MCP Server

by yogiadhik Your server? Claim it
local only

Civicrm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 18 May 2026.

Model Context Protocol server for CiviCRM — AuthX-first, schema-introspected, write-gated.

Installs per day peak 25 · avg 8 · +35% w/w
a month agotoday
29
Installs / week
npm · civicrm-mcp
0
Stars
0 open issues
18 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Civicrm 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 civicrm-mcp -- npx -y civicrm-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "civicrm-mcp": {
      "args": [
        "-y",
        "civicrm-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.civicrm-mcp]
command = "npx"
args = ["-y", "civicrm-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "civicrm-mcp": {
      "args": [
        "-y",
        "civicrm-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "civicrm-mcp": {
      "args": [
        "-y",
        "civicrm-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CIVICRM_BASE_URL (Base URL of the CiviCRM install, e.g. https://crm.example.org. No trailing slash.), CIVICRM_API_KEY (API key of the contact the server authenticates as. Keep it on a dedicated 'MCP Bot' contact with minimum permissions.), CIVICRM_CMS (CMS host: drupal, wordpress, standalone, or backdrop.), CIVICRM_SITE_KEY (Optional — only needed if the site enables the AuthX site-key guard.), CIVICRM_AUTH_MODE (authx (default, recommended) or legacy for pre-5.36 installs.), CIVICRM_ALLOW_WRITES (Set to 'true' to enable create / update / save / submit actions. Off by default.), CIVICRM_ALLOW_DELETES (Set to 'true' to enable delete / replace actions. Off by default.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Civicrm MCP

same job, measured the same way
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

381 installs/wk local only
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

44 installs/wk local only
cli2mcp
by ronieneubauer

Wrap any CLI as a Model Context Protocol server - schema auto-inferred from --help.

27 installs/wk local only
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering
Microsoft NuGet
by microsoft

A Model Context Protocol (MCP) server for NuGet.

local only
Exogram Authority Runtime
by richard-ewing

Model Context Protocol server for the Exogram Authority Runtime.

130 installs/wk local only
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

42 installs/wk local only

Civicrm MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Civicrm MCP?
Civicrm 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 civicrm-mcp was installed 29 times last week.
How do I connect Civicrm 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 civicrm-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Civicrm MCP?
The npm package civicrm-mcp was installed 29 times in the last week. Week over week that is +35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Civicrm MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.