amoCRM MCP Server
An MCP server that provides 36 tools for interacting with the amoCRM (Kommo) API v4, covering leads, contacts, companies, and tasks. It supports full entity lifecycles, account analytics, and bulk operations with integrated OAuth 2.0 and rate limiting.
README
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_embedded - Consistent response envelopes —
{data, pagination}or{error, status_code, detail} - stdio and SSE transports
Quick Start
1. Install
pip install -e .
2. Configure
Copy .env.example to .env and fill in your amoCRM credentials:
cp .env.example .env
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
# stdio (default — for Claude Desktop, Cursor, etc.)
python -m amocrm_mcp
# SSE transport
AMO_TRANSPORT=sse AMO_PORT=8000 python -m amocrm_mcp
Claude Desktop config
Add to claude_desktop_config.json:
{
"mcpServers": {
"amocrm": {
"command": "python",
"args": ["-m", "amocrm_mcp"],
"env": {
"AMO_SUBDOMAIN": "your-subdomain",
"AMO_ACCESS_TOKEN": "your-token"
}
}
}
}
Tools
| Domain | Tools | Description |
|---|---|---|
| Leads | leads_list, leads_get, leads_search, leads_create, leads_create_complex, leads_update |
Full lead lifecycle |
| Contacts | contacts_get, contacts_search, contacts_create, contacts_update |
Contact management |
| Companies | companies_get, companies_search, companies_create, companies_update |
Company management |
| Tasks | tasks_list, tasks_get, tasks_create, tasks_update |
CRM task operations |
| Notes | notes_list, notes_create |
Notes on entities |
| Pipelines | pipelines_list, pipelines_get, pipelines_list_statuses |
Pipeline & status info |
| Associations | associations_get_linked, associations_link_entities |
Entity relationships |
| Account | account_get, account_list_users, account_list_custom_fields |
Account metadata |
| Batch | batch_create_leads, batch_create_contacts, batch_update_leads |
Bulk operations |
| Analytics | analytics_get_events, analytics_get_pipeline_analytics, +1 |
CRM analytics |
| Unsorted | unsorted_list, unsorted_accept, unsorted_reject |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.