Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@amoCRM MCP Serverlist the 5 most recent leads and their current pipeline status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
amoCRM MCP Server
MCP server for amoCRM (Kommo) API v4. Exposes 36 tools for leads, contacts, companies, tasks, notes, pipelines, associations, analytics, and more.
Built with FastMCP. Works with Claude Desktop, Cursor, and any MCP-compatible client.
Features
36 MCP tools across 11 domains (leads, contacts, companies, tasks, notes, pipelines, associations, account, batch, unsorted, analytics)
OAuth 2.0 token refresh with disk persistence
Rate limiting — 7 req/s with automatic 429 backoff and jitter
HAL+JSON normalization — strips
_links, flattens_embeddedConsistent response envelopes —
{data, pagination}or{error, status_code, detail}stdio and SSE transports
Quick Start
1. Install
2. Configure
Copy .env.example to .env and fill in your amoCRM credentials:
You need at minimum:
AMO_SUBDOMAIN— your amoCRM account subdomainAMO_ACCESS_TOKEN— OAuth access token
For automatic token refresh, also set:
AMO_CLIENT_ID,AMO_CLIENT_SECRET,AMO_REFRESH_TOKEN
3. Run
Claude Desktop config
Add to claude_desktop_config.json:
Tools
Domain | Tools | Description |
Leads |
| Full lead lifecycle |
Contacts |
| Contact management |
Companies |
| Company management |
Tasks |
| CRM task operations |
Notes |
| Notes on entities |
Pipelines |
| Pipeline & status info |
Associations |
| Entity relationships |
Account |
| Account metadata |
Batch |
| Bulk operations |
Analytics |
| CRM analytics |
Unsorted |
| Unsorted inbox |
Getting amoCRM Credentials
Go to your amoCRM account → Settings → Integrations
Create a new integration (or use an existing one)
Copy the access token, client ID, and client secret
Your subdomain is the part before
.amocrm.ruin your account URL
License
MIT