ConnfigConnfig Docs

What is MCP?

An overview of the Model Context Protocol and the Connfig MCP server

The Model Context Protocol (MCP) is an open protocol that lets AI assistants connect to external tools and data sources through a standard interface. Once you connect an MCP server to an assistant like Claude, the assistant picks and calls the server's tools on its own, driven by your natural-language instructions — you say "find dentists in Istanbul and add the ones with an email to my CRM," and the assistant runs the right tools in the right order.

What does Connfig MCP provide?

The Connfig MCP server exposes your entire Connfig account to your AI assistant: 57 tools across 15 domains.

DomainExample tools
Workspace managementlist_workspaces, create_workspace, get_workspace_usage
Lead generation (scraping)start_scrape, get_scrape_status, list_leads
Lead editingupdate_lead, bulk_update_leads, promote_lead_to_crm
CRM readslist_crm_records, get_crm_record, list_crm_tasks
CRM writescreate_crm_record, add_crm_note, manage_crm_task, log_crm_call
Campaign readslist_campaigns, get_campaign, get_campaign_history
Campaign writescreate_and_send_campaign, control_campaign
Reportsget_reports_overview, get_email_daily_report, get_crm_growth_report
Data poolget_mail_usage, get_mail_queue
Exportsstart_export, get_export_status
Campaign extrassend_test_mail, list_campaign_templates, save_campaign_template
Automationslist_automations, run_automation, toggle_automation
Notificationslist_notifications, mark_notifications_read
Member managementinvite_workspace_member, list_workspace_members
Sending domainscreate_sending_domain, verify_sending_domain, get_dmarc_records

Your plan limits apply through MCP exactly as they do in the app; the assistant acts on your behalf, with your permissions.

Supported clients

It works with any client that supports the MCP standard:

  • Claude.ai (web) — connects via OAuth, no API key needed
  • Claude Code (terminal)
  • Claude Desktop
  • Cursor
  • VS Code (and other mcp.json-based editors such as Windsurf)

MCP access is included in every plan, Free included. See the Limits & Quotas page for per-plan usage limits.

Next steps