amoCRM MCP Server
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 Servershow me my recent leads"
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 (Model Context Protocol) server for amoCRM integration with Claude Desktop and other AI assistants.
Features
Leads -- list, get, create, update
Contacts -- list, get, create
Companies -- list, get, create
Tasks -- list, create
Pipelines -- list pipelines and stages
Users -- list account users
Notes -- add and read notes on any entity
Account -- get account info
Related MCP server: Bitrix24 MCP Server
Prerequisites
Python 3.10+
amoCRM account with API access
Long-lived token from amoCRM integration settings
Installation
git clone https://github.com/DocAtWork2026/amocrm-mcp.git
cd amocrm-mcp
pip install -r requirements.txtConfiguration
Copy
.env.exampleto.envand fill in your credentials:
cp .env.example .envAMOCRM_DOMAIN=your_subdomain
AMOCRM_TOKEN=your_long_lived_tokenAMOCRM_DOMAIN-- your amoCRM subdomain (e.g. if your URL ishttps://mycompany.amocrm.ru, the domain ismycompany)AMOCRM_TOKEN-- long-lived API token from your amoCRM integration settings
Getting the token
Go to amoCRM Settings -> amoMarket
Click the three dots menu -> Create integration
Choose "External integration", set name and redirect URI (
https://localhost)Save, then install the integration
Open the integration -> "Keys and access" tab
Click "Generate token" under "Long-lived token"
Copy the token
Claude Desktop Setup
Add this to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"amocrm": {
"command": "python",
"args": ["C:/path/to/amocrm-mcp/server.py"],
"env": {
"AMOCRM_DOMAIN": "your_subdomain",
"AMOCRM_TOKEN": "your_long_lived_token"
}
}
}
}Restart Claude Desktop after updating the config.
Available Tools
Tool | Description |
| Get amoCRM account info |
| List leads (with search) |
| Get lead details by ID |
| Create a new lead |
| Update an existing lead |
| List contacts (with search) |
| Get contact details by ID |
| Create a new contact |
| List companies (with search) |
| Get company details by ID |
| Create a new company |
| List tasks |
| Create a new task |
| List pipelines and stages |
| List account users |
| Add a note to an entity |
| Get notes for an entity |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DocAtWork2026/amocrm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server