Back to Blog
Product Update

Introducing MCP: Let AI Manage Your PerfexCRM

v2.8.0 brings Model Context Protocol support — connect Claude, ChatGPT, Cursor, or any AI agent to your CRM with a single config line. 170 tools, zero code.

PerfexAPI TeamMarch 11, 20265 min read

What is MCP?

Model Context Protocol (MCP) is an open standard created by Anthropic that lets AI agents discover and use external tools. Think of it as a universal adapter between AI models and your software.

Instead of building custom API integrations for every AI tool, you expose a single MCP endpoint. Any compatible AI client — Claude Desktop, ChatGPT, Cursor, VS Code, n8n AI Agent, and 50+ more — can automatically discover all available operations and start using them immediately.

What Can AI Do with Your CRM?

With MCP enabled, your AI agent can perform all 170 CRM operations through natural conversation:

  • Create invoices — "Create an invoice for Acme Corp with 3 line items"
  • Manage leads — "Show me all leads from this week and mark hot ones as high priority"
  • Triage tickets — "Assign all unassigned tickets to the support team based on category"
  • Track payments — "What invoices are overdue? Send reminders to those clients"
  • Generate reports — "How many new customers did we get this month?"
  • The AI automatically discovers all available tools based on your API key permissions. Non-admin keys only see operations they're authorized for.

    How to Set It Up

    Step 1: Enable MCP in PerfexCRM

    Go to Setup > API & Webhooks > Settings > Advanced and toggle MCP Server to enabled.

    Step 2: Configure Your AI Client

    Add your PerfexCRM MCP endpoint to your AI client's config. For Claude Desktop, edit claude_desktop_config.json:

    json
    {
      "mcpServers": {
        "perfexcrm": {
          "url": "https://your-crm.com/api/v1/mcp",
          "headers": {
            "X-API-KEY": "pk_your_api_key"
          }
        }
      }
    }

    Step 3: Start Using It

    Open Claude Desktop (or your preferred MCP client) and start asking questions about your CRM data. The AI will automatically use the right tools.

    Compatible AI Clients

    MCP is supported by a growing ecosystem of AI tools:

  • Claude Desktop (Anthropic)
  • ChatGPT (OpenAI, with MCP plugin)
  • Cursor (AI IDE)
  • VS Code (via Continue or Cline extensions)
  • Windsurf (AI IDE)
  • Amazon Q (AWS)
  • n8n AI Agent (workflow automation)
  • Any tool that implements the MCP specification
  • Security

    MCP respects the same security model as the REST API:

  • API key authentication — same keys, same permissions
  • Permission filtering — AI only sees tools the key is authorized for
  • Rate limiting — same limits apply
  • Audit logging — all MCP operations are logged
  • MCP is disabled by default. You must explicitly enable it in Settings.

    What's Next?

    MCP is just the beginning. We're working on:

  • Pre-built AI workflow templates for common CRM tasks
  • n8n AI Agent starter workflows with MCP
  • Multi-model support documentation (Claude, GPT-4, Gemini)
  • PerfexAPI Pro is the first — and currently only — PerfexCRM module with MCP support. Get ahead of the curve.

    You can also manage PerfexCRM from WhatsApp, Telegram, and Slack using OpenClaw AI agents.

    Explore the MCP Integration page →

    Get Started for $49 →

    MCPAIClaudeChatGPTv2.8.0

    Ready to Get Started?

    Get the complete PerfexCRM API module with MCP, webhooks, n8n node, and more.

    View Pricing