Guides8 min read

Best MCP Servers for Sales Teams in 2026

Discover the top MCP servers for sales workflows — from CRM data access and prospect research to pipeline management and email outreach. Power your AI-assisted sales process.

By MyMCPTools Team·

Sales teams are drowning in context-switching. A rep handling 100 accounts checks Salesforce for opportunity status, HubSpot for contact history, LinkedIn for prospect updates, Slack for team signals, and their inbox for follow-ups — all before writing a single email.

MCP servers collapse that workflow. Instead of switching between six tabs, your AI assistant pulls live CRM data, prospect intelligence, and pipeline context directly into your conversation. Here are the MCP servers that make the biggest difference for sales teams.

1. HubSpot MCP Server — The All-in-One Sales CRM

For teams on HubSpot, this is the foundational MCP server. It gives your AI direct access to your contacts, companies, deals, and activity history — so you can ask "What's the status on the Acme deal?" and get a real answer from your CRM.

Key sales use cases:

  • Pull contact history and past touchpoints before a cold call
  • Query deal pipeline stage, value, and close date across accounts
  • Find all contacts at a target company and their engagement history
  • Draft follow-up emails with full context from past interactions

Best for: SMB and mid-market sales teams using HubSpot CRM.

2. Salesforce MCP Server — Enterprise Pipeline Intelligence

The Salesforce MCP server unlocks your Salesforce data for AI-assisted workflows. Query opportunities, accounts, contacts, and activity logs without ever leaving your AI conversation.

Key sales use cases:

  • Check opportunity stage, amount, and close probability for your entire pipeline
  • Find accounts in your territory with no activity in 90+ days (re-engagement targets)
  • Pull account hierarchy for enterprise prospects before executive outreach
  • Summarize activity history for weekly forecast calls

Best for: Enterprise sales teams and ops running Salesforce CRM.

3. Apollo.io MCP Server — Prospect Research at Scale

Apollo.io is one of the largest B2B contact databases with 275M+ contacts. The MCP server makes Apollo's prospecting intelligence available to your AI — find decision-makers, verify emails, and build outbound lists conversationally.

Key sales use cases:

  • Find VP of Sales contacts at companies with 100-500 employees in SaaS
  • Verify email addresses and LinkedIn profiles for prospect lists
  • Research a company's tech stack before a discovery call
  • Pull intent data for accounts showing buying signals

Best for: SDRs and AEs doing outbound prospecting at scale.

4. Pipedrive MCP Server — Activity-Driven Pipeline Management

Pipedrive's MCP server connects your deals, contacts, and activity history to your AI. Ideal for teams that live in Pipedrive's activity-based selling methodology.

Key sales use cases:

  • List all deals with overdue follow-up activities
  • Pull deal velocity metrics — average days per stage
  • Find stalled deals that haven't moved stages in 14+ days
  • Summarize notes and calls from a specific deal for handoff

Best for: SMB sales teams using Pipedrive for pipeline management.

5. LinkedIn MCP Server — Prospect Intelligence

LinkedIn is the richest source of professional context for B2B sales. The LinkedIn MCP server lets your AI pull profile data, recent activity, and company updates — critical for personalized outreach.

Key sales use cases:

  • Research a prospect's recent posts and activity before outreach
  • Find mutual connections for warm introduction paths
  • Monitor target companies for leadership changes or funding announcements
  • Build prospect lists from LinkedIn company pages

Best for: AEs and BDRs running personalized outbound campaigns.

6. Slack MCP Server — Internal Sales Intelligence

The best sales context often lives in internal Slack threads — deal war rooms, competitive intel channels, and customer success handoffs. The Slack MCP server lets your AI surface that institutional knowledge on demand.

Key sales use cases:

  • Search competitive intel channels before a deal with a specific competitor
  • Find previous objection-handling discussions for common pushbacks
  • Check if CS has flagged any issues with an existing customer before expansion outreach
  • Surface context from deal war rooms when re-engaging stalled prospects

7. Notion MCP Server — Sales Playbooks and Battle Cards

Most sales teams store their playbooks, battle cards, and onboarding materials in Notion. The Notion MCP server makes that content available to your AI — so you can ask "What's our positioning against Competitor X?" and get the actual battle card.

Key sales use cases:

  • Pull competitive battle cards before a deal involving specific competitors
  • Access discovery question frameworks during call prep
  • Find case studies and proof points for specific verticals or use cases
  • Reference pricing guidelines and discount approval thresholds

Recommended Sales MCP Stack

Build your stack around your primary CRM, then layer in prospecting and intelligence tools:

  • HubSpot or Salesforce — your CRM (pick the one your team lives in)
  • Apollo.io — for outbound prospecting and contact enrichment
  • LinkedIn — for prospect research and personalization signals
  • Slack — for internal competitive and customer intelligence
  • Notion — if your playbooks and battle cards live there

Browse the full API & integrations MCP servers catalog. For teams managing the full customer lifecycle, see Best MCP Servers for Customer Support.

Recommended Tools

Better Stack

Free Plan

Get alerted when your APIs, browser tests, payment pipelines, or MCP server dependencies go down. Used by 100K+ developers.

Start monitoring free →

1Password

14-day Free Trial

Store and inject API keys, payment credentials, tokens, and file access secrets into your MCP server configs. Trusted by 150K+ developers.

Try 1Password free →

🔧 MCP Servers Mentioned in This Article

🌐

HubSpot MCP Server

The HubSpot MCP Server is HubSpot's official Model Context Protocol integration, giving AI assistants direct read and write access to your CRM data — contacts, companies, deals, tickets, and pipelines — without leaving your conversation. Built and maintained by HubSpot, the server connects to the HubSpot APIs using your private app access token and exposes tools that let Claude search contacts by email or name, retrieve company records, create and update deal stages, log notes on CRM objects, list pipeline stages, and query ticket queues. This eliminates the round-trip of switching tabs to look up a contact or manually log an interaction. Setup requires a HubSpot account with a Private App — create one at app.hubspot.com/private-apps, grant the scopes your workflow needs (contacts read/write, crm.objects.deals, crm.objects.tickets), and copy the generated access token into your environment as HUBSPOT_ACCESS_TOKEN. Once connected, Claude can power CRM workflows like: "Find all contacts at Acme Corp and list their recent activity," "Create a new deal in the Prospecting stage for $15,000," or "Log a meeting note on this contact." The server supports Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client. It is especially valuable for sales, RevOps, and support teams who want AI-assisted CRM work without manual data entry or tab-switching.

Auth required
🌐

Salesforce MCP Server

The Salesforce DX MCP Server (npm package `@salesforce/mcp`) is Salesforce's official Model Context Protocol integration, built and maintained by the Salesforce CLI (salesforcecli) team to let AI assistants read, manage, and operate Salesforce orgs securely from Claude, Cursor, VS Code, Windsurf, or Cline. Rather than exposing one flat set of tools, it is organized into configurable toolsets you enable with the `--toolsets` flag: `orgs` (list and inspect the orgs you've authenticated), `data` (run SOQL queries and read/create/update records for standard and custom objects), `metadata` (deploy and retrieve source and metadata), and `users` — plus individually-gateable tools such as `run_apex_test`. This makes it useful both for developers automating deploys and Apex test runs and for RevOps teams asking Claude to "pull all open opportunities closing this quarter over $50K" or "update this deal to Negotiation." A key security design point: the server never takes raw usernames and passwords — instead it operates on orgs you have already authenticated through the Salesforce CLI (`sf org login`), which you reference by alias via the `--orgs` flag, so credentials stay in the CLI's secure store and each MCP session is scoped only to the orgs you explicitly allow. Install with `npx -y @salesforce/mcp --orgs DEFAULT_TARGET_ORG --toolsets orgs,metadata,data,users`. Apache-2.0 licensed. Community CRM-focused alternatives such as tsmztech/mcp-server-salesforce and smn2gnt/MCP-Salesforce exist for teams wanting a lighter SOQL-and-records-only server.

Local
📋

Apollo.io

Sales intelligence and engagement MCP for Apollo. Find prospect data, manage sequences, track email opens, and enrich contact records with company data.

Local
🌐

Pipedrive MCP Server

Community-built MCP server that connects Claude, Cursor, and other MCP clients to the Pipedrive API v2 for CRM data access. Exposes deals, persons, organizations, and pipelines — including custom fields — as MCP resources, plus predefined prompts for common CRM operations like pulling pipeline status or filtering deals by owner, stage, date range, or value. Read-only by design, so agents can safely query sales data without risking accidental writes to production CRM records. Supports both stdio transport for local desktop clients and SSE transport for networked deployments, with built-in JWT authentication and API rate limiting to stay within Pipedrive's request quotas. Ships as a published npm package and as a multi-stage Docker image with docker-compose support for one-command standalone deployment, health checks included. Authentication uses a Pipedrive API token plus your company's Pipedrive domain, set via environment variables. Useful for sales teams wiring an AI assistant into deal review, pipeline forecasting, or account research workflows without building custom API integration code from scratch.

Auth required
🌐

Close MCP Server (Community)

Close does not publish an official Model Context Protocol server — a `closeio/mcp-server` repo does not exist. The strongest real option is bcharleson/close-crm-cli, a TypeScript CLI-and-MCP-server hybrid that exposes Close's full REST API (160+ commands across 30 resource groups: leads, contacts, opportunities, tasks, calls, notes, emails, SMS, meetings, pipelines, custom fields, webhooks, outreach sequences, smart views, and analytics reports) both as terminal commands and as MCP tools. Run `close mcp` to start the server, or wire it into Claude Desktop / Cursor / Windsurf via `npx close-crm-cli mcp` with a `CLOSE_API_KEY` env var (generated from Close's Settings → API page). HTTP Basic Auth, offset-based pagination, and automatic exponential-backoff retry on 429/5xx are all handled for you, and JSON output is the default so responses pipe cleanly into an agent or `jq`. Typical use: ask Claude to "list my open opportunities in the demo-scheduled stage" or "log a call and create a follow-up task" without leaving the chat. Not an official Close product — early-stage community project, so expect rough edges and verify write operations before relying on them in production pipelines.

Local
💬

LinkedIn

Professional network MCP for LinkedIn. Post updates, manage company pages, access profile data, and engage with the professional community via API.

Local
💬

Slack MCP Server

The Slack MCP server (built by Ivan Korotovsky) connects AI assistants like Claude, Cursor, and Windsurf directly to Slack workspaces, enabling conversational access to your team communication channels without requiring workspace admin approval for a bot install. Its standout feature is a "no permission" stealth mode — it authenticates using your own personal Slack session tokens (xoxc/xoxd, or a stored browser session) rather than requiring a Slack App with OAuth scopes, so it works even in locked-down workspaces where you cannot create bots. It also supports full OAuth Bot Token auth and Enterprise/GovSlack deployments for teams that prefer a conventional app install. Tools exposed include reading channel and DM/group-DM history with smart pagination, searching messages across the workspace, posting messages and thread replies, listing channels and users, and adding reactions. Common use cases include automating standups by posting summaries directly to team channels, searching past Slack conversations to surface decisions or context, monitoring specific channels for keywords or alerts, and drafting replies to thread discussions — all from natural-language prompts. Supports both Stdio and SSE transports plus proxy configuration for corporate networks. Install with: `npx slack-mcp-server@latest --transport stdio`. A separate official-style integration exists from Zencoder (@zencoderai/slack-mcp-server) for teams that prefer standard Bot Token OAuth over session-token auth. Compatible with Claude Desktop, Cursor, VS Code, Windsurf, and Cline.

Local
📋

Notion MCP Server

The Notion MCP Server is the official integration from Notion that connects AI assistants directly to your Notion workspace via the Notion REST API. With 3,500+ GitHub stars, it is the canonical MCP tool for bringing Notion's knowledge management capabilities into Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. The server exposes a rich set of tools: search your entire workspace by keyword and return matching pages and databases; retrieve full page content and block trees; create new pages inside any parent page or workspace section; update, append, or delete block content on existing pages; list all databases your integration has access to; query database entries with filter and sort parameters; retrieve individual blocks or nested children by block ID; and add comments to pages. Authentication uses a Notion integration token — create an internal integration at notion.so/my-integrations, share specific pages or databases with it, and set NOTION_API_KEY in your environment. Install with a single npx command. The Notion MCP Server is especially powerful for AI workflows that span documentation retrieval, project planning, and knowledge capture — Claude can read product specs from Notion, draft new pages from conversation output, log structured data into databases, and search across thousands of notes without any manual copy-paste.

Auth required

📚 More from the Blog