Which MCP Servers Connect to CRM and Marketing Platforms?
CRM and marketing servers connect AI agents to the platforms where teams track customers, process payments, analyze search performance, and automate campaigns. Independent evaluations of every significant server in this category, covering HubSpot, Salesforce, Stripe, Ahrefs, Attio, and Intercom, not directory listings or vendor documentation.
Model Context Protocol (MCP) lets AI clients query contacts, update deal stages, process refunds, pull keyword data, and search support conversations through a standardized JSON-RPC 2.0 interface. Anthropic introduced MCP as an open standard in November 2024. The Linux Foundation’s Agentic AI Foundation (AAIF) now governs the specification (Linux Foundation, “Agentic AI Foundation Launch,” December 9, 2025). 6 servers compete in this category as of mid-2026. HubSpot’s remote MCP server reached general availability on April 13, 2026, establishing the benchmark for CRM integration.
The full MCP server directory covers all 14 server categories. This page focuses on CRM (Customer Relationship Management) and marketing servers alone.
What Does a CRM and Marketing MCP Server Do?
A CRM and marketing MCP server exposes customer records, deal pipelines, payment operations, SEO data, or campaign analytics as callable tools. The AI client queries contacts, updates deals, processes payments, and analyzes marketing performance through a standardized JSON-RPC interface.
CRM and marketing servers operate on sensitive business data: customer records, payment details, deal values, and campaign performance metrics. The permission model and data access scope matter more here than in most MCP categories.
4 platform functions define this category:
- CRM platforms connect to HubSpot, Salesforce, and Attio. Tools expose contact search, deal management, company associations, engagement history, and pipeline tracking.
- Payment and billing connects to Stripe. Tools expose customer management, payment processing, invoice creation, subscription handling, and refund operations.
- SEO and analytics connects to Ahrefs. Tools expose keyword research, backlink analysis, site audits, rank tracking, and competitor comparison.
- Customer support connects to Intercom. Tools expose conversation search, knowledge base access, and ticket management.
Each function carries different data sensitivity. CRM servers access personally identifiable customer data. Payment servers access financial transaction records. SEO servers access competitive intelligence. The auth model and permission scoping determine what the agent can read and modify. The evaluation criteria in the next section account for these sensitivity differences.
How Do You Evaluate CRM and Marketing Servers?
Evaluate CRM and marketing servers on 5 criteria: platform function, auth model, read/write scope, vendor maintenance status, and data sensitivity controls. These dimensions determine whether a server is safe for production customer data.
Platform Function
CRM servers manage customer lifecycle data. Payment servers manage financial transactions. SEO servers provide competitive intelligence. Match the server to the team’s daily workflow. Most marketing stacks install 2 to 3 servers: one for CRM, one for analytics, and one for payment or support.
Auth Model
HubSpot enforces OAuth 2.1 with PKCE (Proof Key for Code Exchange). Stripe provides OAuth through mcp.stripe.com. Ahrefs uses API keys. Attio uses API keys. The auth model determines how access is scoped, rotated, and revoked. OAuth servers provide per-user permission boundaries. API key servers grant account-level access.
Read/Write Scope
HubSpot launched as read-only (September 2025 beta) and added write access at general availability (April 2026). Stripe exposes both read and write from the start. Ahrefs is read-only (analytics data). The read/write split determines risk: write access to CRM records and payment systems requires stricter permission controls than read-only analytics.
Vendor Maintenance Status
HubSpot, Stripe, and Ahrefs provide official vendor-maintained servers. Salesforce provides MCP through Marketing Cloud Engagement (Summer ’26 release). Attio and Intercom rely on community or third-party implementations. Official servers receive security patches and API compatibility updates.
Data Sensitivity Controls
CRM servers access customer names, emails, deal values, and engagement history. Payment servers access transaction amounts, card metadata, and billing records. Servers that respect existing platform permissions (HubSpot inherits user-level access) are safer than servers that grant full account-level access through a single API key.
The rubric above applies to every server profiled in the next section.
Which Servers Connect to CRM and Marketing Platforms Through MCP?
6 CRM and marketing servers expose MCP-compatible tools as of mid-2026. HubSpot provides the most mature CRM integration with 12 tools at general availability. Stripe provides the broadest payment platform coverage. Ahrefs provides the deepest SEO tool surface with 126 available tools.
HubSpot MCP (Official)
HubSpot maintains 2 distinct MCP servers. The remote server at mcp.hubspot.com connects AI clients to CRM data (contacts, companies, deals, tickets, engagements). The Developer server (local, CLI-based, GA February 19, 2026) connects coding tools to the HubSpot developer platform for building apps and CMS content. For agent-to-CRM workflows, the remote server is the relevant one.
The remote server reached general availability on April 13, 2026 after a beta that began September 1, 2025. Auth: OAuth 2.1 with PKCE. Transport: remote (streamable HTTP). 12 tools at GA. Free across all HubSpot hubs and tiers.
Read access covers CRM objects (contacts, companies, deals, tickets, carts, products, orders, line items, invoices, quotes, subscriptions, segments) and engagements (calls, emails, meetings, notes, tasks). Write access enables creating and updating records, managing associations, and logging activities.
One documented gap: custom objects are not supported through the MCP server. Teams with non-standard data models need the HubSpot REST API for custom object access.
Salesforce MCP (Official, Enterprise)
Salesforce provides MCP server access through Marketing Cloud Engagement (Summer ’26 release, May 2026). The implementation connects AI agents to campaign execution, audience segmentation, and content personalization within the Marketing Cloud platform.
Salesforce’s approach differs from HubSpot’s open access model. MCP access requires enterprise licensing. Third-party alternatives exist: Merge Agent Handler provides a Salesforce MCP server with 50 tools and OAuth 2.0 authentication. SOQL (Salesforce Object Query Language) queries, record management, report data, and opportunity tracking are available through both official and third-party implementations.
HubSpot’s MCP server is free across all tiers. Salesforce’s is enterprise-gated. The access model is the primary differentiator for teams evaluating both platforms.
Stripe MCP (Official)
Stripe maintains the official MCP server at mcp.stripe.com. Auth: OAuth. Transport: remote. The server exposes tools for customer management, product configuration, payment processing, invoice creation, subscription handling, coupon management, balance retrieval, and refund operations.
The base server also exposes Treasury tools for money movement, bill payment, and card management. The knowledge base search tool provides access to Stripe documentation and support articles directly through MCP. Stripe recommends enabling human confirmation for all write operations.
Stripe MCP complements CRM servers. A typical workflow: the agent searches HubSpot for a customer’s deal, then queries Stripe for payment history and open invoices.
Ahrefs MCP (Official)
Ahrefs maintains the official MCP server with 126 available tools, the largest tool surface in this category. Auth: API key. Transport: remote. Tools cover keyword research (Keywords Explorer), backlink analysis (Site Explorer), site audits (Site Audit), rank tracking (Rank Tracker), and competitor analysis.
Brand Radar tools track brand mentions inside AI-generated responses. Google Search Console (GSC) integration provides click, impression, CTR (Click-Through Rate), and position data. Web Analytics tools provide traffic and engagement metrics.
Ahrefs is read-only. The server retrieves analytics and research data. No write operations exist. SEO teams pair Ahrefs MCP with a CRM server (HubSpot or Salesforce) for workflows that span research and client management.
Attio MCP (Community)
Community-maintained Attio MCP servers connect to the Attio CRM platform. Auth: API key. Transport: remote. Attio’s flexible data model allows custom objects and dynamic schema definitions. The MCP server discovers object schemas at runtime, adapting to each workspace’s unique field configuration.
Attio targets teams that outgrow spreadsheets but find HubSpot and Salesforce too rigid. Tools expose contact and company management, deal tracking, list operations, and relationship intelligence data. The relationship intelligence layer tracks interaction history across email, calendar, and communication platforms automatically. Custom workflow automations trigger from CRM events. Attio MCP provides the same core CRM operations as HubSpot (contacts, companies, deals) with a more flexible underlying data model.
Intercom MCP (Community)
Community-maintained Intercom MCP servers connect to the Intercom customer messaging platform. Auth: API key or OAuth (varies by implementation). Transport: remote. Tools expose conversation search, knowledge base access, customer data lookup, and support ticket management. Intercom MCP targets customer success and support teams who manage live conversations alongside CRM data in their daily workflow.
Server selection depends on the business function. HubSpot MCP covers CRM lifecycle. Stripe MCP covers payments. Ahrefs MCP covers SEO research. Salesforce MCP covers enterprise CRM. Attio covers modern CRM. Intercom covers customer support.
The sections above define CRM and marketing MCP servers, provide an evaluation rubric, and profile every significant server in the category. The sections below cover data access safety and answer the questions that surface during platform selection.
How Do You Scope Access to Production Customer Data?
CRM and payment servers access sensitive customer records and financial transactions. Start with read-only access. Validate agent behavior with test data before granting write access to production records. Use OAuth servers over API key servers when available.
OAuth-based servers (HubSpot, Stripe) inherit the authenticated user’s permissions. The agent accesses only what that user can access in the platform. API key servers (Ahrefs, Attio) grant account-level access. Restrict API key permissions to the minimum scope required.
HubSpot’s read/write progression is the recommended pattern. Start with read-only access. Verify the agent retrieves correct records. Then enable write access for specific operations (creating contacts, updating deals, logging activities). The questions below address the selection and compatibility decisions that follow access configuration.
Frequently Asked Questions
Which CRM Server Is Most Mature?
HubSpot MCP leads the category by maturity: longest beta period (7 months from September 2025 to April 2026), broadest CRM object coverage, and no licensing restriction. Salesforce’s MCP is enterprise-gated and newer. Attio relies on community servers without official vendor support. For teams evaluating their first CRM MCP integration, HubSpot provides the lowest-risk starting point.
Does HubSpot MCP Support Custom Objects?
No. The workaround: run the HubSpot REST API alongside the MCP server. Private app access tokens authenticate REST API calls to custom objects. The MCP server handles standard CRM operations (contacts, deals, companies). The REST API handles custom object queries. Both connections coexist without conflict.
Can You Run CRM and Payment Servers Together?
Stripe MCP and HubSpot MCP run simultaneously in the same client session. A common workflow: identify a customer in HubSpot by deal stage, then pull their payment history from Stripe to verify billing status before a renewal call. Each server authenticates independently. The combined tool definitions consume approximately 3,000 to 5,000 tokens at session start.
Why Is Ahrefs Read-Only?
Ahrefs provides research and analytics data: keyword metrics, backlink profiles, competitive intelligence. Writing data back to Ahrefs (creating keywords, modifying backlink data) is not a valid operation. Read-only is a feature of the data type, not a limitation. SEO teams pair Ahrefs MCP with a CRM server for workflows that bridge research findings into client-facing deliverables.
What Causes Confusion Between HubSpot’s Two Servers?
Search results and HubSpot documentation surface both servers together without clearly distinguishing their purposes. The remote server connects to CRM data for agent workflows. The Developer server connects to the developer platform for building apps. A marketing team querying contacts needs the remote server. A developer scaffolding a custom integration needs the Developer server. Installing the wrong one produces zero useful results for the intended workflow.