brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.YogiAdhik/civicrm-mcp · v0.1.2
Model Context Protocol server for CiviCRM — AuthX-first, schema-introspected, write-gated.
civicrm-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"civicrm-mcp": {
"command": "npx",
"args": [
"-y",
"civicrm-mcp"
],
"env": {
"CIVICRM_BASE_URL": "<CIVICRM_BASE_URL>",
"CIVICRM_API_KEY": "<CIVICRM_API_KEY>"
}
}
}
}CIVICRM_BASE_URL必填Base URL of the CiviCRM install, e.g. https://crm.example.org. No trailing slash.
CIVICRM_API_KEY必填secretAPI 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可选secretOptional — 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.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.YogiAdhik/civicrm-mcp",
"type": "mcp-server",
"version": "0.1.2",
"displayName": "civicrm-mcp",
"description": "Model Context Protocol server for CiviCRM — AuthX-first, schema-introspected, write-gated.",
"repository": {
"url": "https://github.com/YogiAdhik/civicrm-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "civicrm-mcp",
"version": "0.1.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "CIVICRM_BASE_URL",
"description": "Base URL of the CiviCRM install, e.g. https://crm.example.org. No trailing slash.",
"isRequired": true
},
{
"name": "CIVICRM_API_KEY",
"description": "API key of the contact the server authenticates as. Keep it on a dedicated 'MCP Bot' contact with minimum permissions.",
"isRequired": true,
"isSecret": true
},
{
"name": "CIVICRM_CMS",
"description": "CMS host: drupal, wordpress, standalone, or backdrop."
},
{
"name": "CIVICRM_SITE_KEY",
"description": "Optional — only needed if the site enables the AuthX site-key guard.",
"isSecret": true
},
{
"name": "CIVICRM_AUTH_MODE",
"description": "authx (default, recommended) or legacy for pre-5.36 installs."
},
{
"name": "CIVICRM_ALLOW_WRITES",
"description": "Set to 'true' to enable create / update / save / submit actions. Off by default."
},
{
"name": "CIVICRM_ALLOW_DELETES",
"description": "Set to 'true' to enable delete / replace actions. Off by default."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.YogiAdhik/civicrm-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.YogiAdhik%2Fcivicrm-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}