Amocrm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 1 Apr 2026.
MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.
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.
claude mcp add amocrm-mcp -- npx -y @theyahia/amocrm-mcp
{
"mcpServers": {
"amocrm-mcp": {
"args": [
"-y",
"@theyahia/amocrm-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.amocrm-mcp]
command = "npx"
args = ["-y", "@theyahia/amocrm-mcp"]
{
"mcpServers": {
"amocrm-mcp": {
"args": [
"-y",
"@theyahia/amocrm-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"amocrm-mcp": {
"args": [
"-y",
"@theyahia/amocrm-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.