← Index

io.github.theYahia/amocrm-mcp

io.github.theYahia/amocrm-mcp·v1.0.1·Other
Quality Score
85
/100

MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "amocrm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/amocrm-mcp"
      ],
      "env": {
        "AMOCRM_DOMAIN": "<your-amocrm_domain>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "amocrm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/amocrm-mcp"
      ],
      "env": {
        "AMOCRM_DOMAIN": "<your-amocrm_domain>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/amocrm-mcp
§02  Environment variables
AMOCRM_DOMAIN
requiredsecret

API key for the service

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other