This MCP server provides a production-grade interface for the amoCRM API, offering 19 tools for managing leads, contacts, companies, tasks, and more.
From the registry: MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.
Please install the `amocrm-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **amoCRM OAuth credentials** — Create an integration in amoCRM settings to get client_id/secret, then exchange an auth code for access + refresh tokens (https://www.amocrm.ru/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@theyahia/amocrm-mcp"]
- required environment variables:
- `AMOCRM_SUBDOMAIN`: amoCRM subdomain (e.g. mycompany) (example: `<your-amocrm-subdomain>`)
- `AMOCRM_ACCESS_TOKEN`: OAuth access token (example: `<your-amocrm-access-token>`)
- optional environment variables:
- `AMOCRM_REFRESH_TOKEN`: OAuth refresh token (enables auto-refresh) (example: `<your-amocrm-refresh-token>`)
- `AMOCRM_CLIENT_ID`: OAuth client ID (required for refresh) (example: `<your-amocrm-client-id>`)
- `AMOCRM_CLIENT_SECRET`: OAuth client secret (required for refresh) (example: `<your-amocrm-client-secret>`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AMOCRM_SUBDOMAINrequiredYour amoCRM subdomain (e.g. `mycompany` from `mycompany.amocrm.ru`)AMOCRM_ACCESS_TOKENrequiredOAuth access tokenMCP server for Tiny ERP — products, stock, warehouses, price lists, orders, invoices, AP/AR