Skip to main content
Data PlatformsPython

avisangle/method-crm-mcp

Production-ready MCP server for Method CRM API integration with 20 comprehensive tools for tables, files, users, events, and API key management. Features rate limiting, retry logic, and dual transport support (stdio/HTTP).

data-platformscloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/avisangle/method-crm-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "method-crm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "avisangle/method-crm-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Platforms
Language
Python
Author
avisangle