Back to MCP Servers

Method Crm

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-platformsapi

Installation

npx -y method-crm-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub