We evaluated 60 MCP servers against quantitative GitHub signals and a skeptical operator filter. These are the ones that survived — organized by what you're trying to connect, not by what the author called their category.
Last updated: April 2026 · Next refresh: July 2026
Open-source MCP server giving Claude access to LinkedIn data — search profiles, view company pages, browse job listings, and manage messages. Strong adoption with 1.7K stars. The auth setup requires care (LinkedIn's API is notoriously restrictive), but once configured it turns Claude into a prospecting research assistant.
The most-starred LinkedIn MCP server. Profiles, companies, jobs, and messaging — powerful for sales research and outreach if you can navigate LinkedIn's auth requirements.
Stripe's official agent toolkit providing MCP access to payment infrastructure. Create customers, manage subscriptions, handle invoices, and query transaction data conversationally. Part of Stripe's ai monorepo — well-maintained and production-grade. The GTM use case: revenue teams can query billing data, check subscription status, and troubleshoot payment issues without Stripe dashboard access.
Official Stripe toolkit — customers, products, prices, invoices, subscriptions. 25 tools covering the core payment lifecycle. If your GTM team touches billing, this is essential.
A Model Context Protocol server that connects AI assistants to HubSpot CRM data. Provides access to contacts, deals, companies, and engagements with built-in caching to work around HubSpot API rate limits. Useful for pulling pipeline data, enriching contact records, and running CRM queries from Claude.
Solid community HubSpot integration — contacts, deals, engagements all accessible. Not the official HubSpot server (that ships as a claude.ai connector), but the open-source option with the most traction.
02
Productivity & Workspace
Email, calendar, spreadsheets, docs, and project boards. The tools you live in every day, now accessible through natural language.
High-adoption MCP server for Excel file manipulation. Read and write spreadsheets, apply formatting, create charts, and work with formulas. For GTM operators, this means Claude can process pipeline exports, format commission reports, and analyze spreadsheet data without manual copy-paste workflows.
3.7K stars for a reason — Excel is still where most GTM data lives. Read, write, format, create charts, manipulate formulas. The file-based equivalent of a database MCP server.
A comprehensive MCP server covering the full Google Workspace suite. 2.2K stars and very active development. The breadth is the differentiator — most Google MCP servers cover Gmail and Calendar; this one adds Docs, Sheets, Slides, Drive, Chat, Forms, Tasks, and Search. Auth via Google OAuth with proper scoping.
The most comprehensive Google Workspace MCP — covers Gmail, Calendar, Docs, Sheets, Slides, Drive, Chat, Forms, Tasks, and Search. If you live in Google Workspace, this is the one.
MCP server for Microsoft 365 services through the Graph API. Access Outlook email, OneDrive files, SharePoint sites, and Teams channels. 655 stars with active development. If your organization runs on Microsoft instead of Google, this is your entry point for AI-assisted workspace automation.
The Microsoft 365 equivalent of the Google Workspace servers. Connects to Outlook, OneDrive, SharePoint, and Teams via the Graph API. Essential for Microsoft-shop GTM teams.
A clean MCP server for Airtable with complete CRUD operations. List bases, explore table schemas, and perform full data operations. GTM teams that use Airtable for content calendars, campaign tracking, or lightweight CRM workflows can now query and update their bases conversationally.
Full Airtable access — explore schemas, read records, create/update/delete. If your team uses Airtable as a lightweight CRM or project tracker, this unlocks it for Claude.
MCP server for Azure DevOps with comprehensive coverage — work items, sprints, repositories, pull requests, and pipelines. Useful for organizations where Azure DevOps is the project management backbone, including GTM teams that track initiatives alongside engineering work.
Azure DevOps integration — work items, sprints, repos, pipelines. If your org uses Azure DevOps for project tracking (even non-engineering work), this connects it to Claude.
MCP server for interacting with Trello boards — list boards, read cards, create and move cards, manage labels and checklists. Useful for GTM teams running campaign boards, content calendars, or sprint tracking on Trello.
Solid Trello integration for teams that manage campaigns, sprints, or content pipelines on Trello boards. Read, create, and move cards conversationally.
Official MCP server from Xero for accounting and financial data access. Query invoices, contacts, bank accounts, and generate financial reports. GTM teams tracking revenue recognition, invoice status, or customer payment history can pull this data directly into Claude conversations.
Official Xero server — invoices, contacts, accounts, and financial reports. For GTM teams that need to cross-reference revenue data with accounting records.
A focused Google Workspace MCP server with strong authentication handling. Provides Gmail, Calendar, and Drive access through properly scoped Google OAuth. Less feature-rich than taylorwilsdon's version but simpler to configure and maintain.
A smaller but well-architected Google Workspace server focused on auth correctness. Good alternative if you want Gmail + Calendar + Drive without the full 10-service surface area.
03
Data & Analytics
Query your databases and analytics platforms conversationally. From BigQuery to Mixpanel — get answers without writing SQL (or let Claude write it for you).
Google's official DB toolbox — BigQuery, Cloud SQL + 12 more
🟢Thriving
Analytics Pipeline15K1.5KLast commit: 2026-04
Google's official MCP Toolbox for Databases — a single server that connects to BigQuery, Cloud SQL (PostgreSQL, MySQL, SQL Server), MongoDB, Redis, Elasticsearch, CockroachDB, ClickHouse, Snowflake, and more. The most comprehensive database MCP server available. For GTM operators, this means querying marketing attribution data, pipeline metrics, and customer analytics directly from your data warehouse.
14.8K stars — Google's official database MCP. Covers BigQuery, Cloud SQL, and 12 other databases. If your data lives in Google Cloud, start here. Production-grade with proper auth.
An MCP server providing 25+ visualization chart types powered by AntV. Generate bar charts, line graphs, pie charts, funnels, waterfalls, and more directly in Claude conversations. For GTM operators, this means turning pipeline data, campaign metrics, or revenue trends into visual charts on demand — useful for quick board decks, Slack updates, or internal reports.
4K stars — the data visualization MCP. 25+ chart types including bar, line, pie, funnel, waterfall. Turn any data Claude finds into a chart without leaving the conversation.
Official MCP server from Qdrant for vector search and semantic memory. Store and query embeddings for similarity search. GTM use case: build semantic search over customer support tickets, sales call transcripts, or competitive intelligence documents. The foundation for retrieval-augmented generation (RAG) workflows that ground Claude in your company's actual data.
Official Qdrant vector database MCP. Enables semantic search over your own data — customer conversations, support tickets, product docs. The building block for RAG-powered GTM workflows.
MCP server for Jupyter notebook interaction. Run cells, read outputs, and interact with existing notebooks. For GTM teams, this bridges the gap between data science notebooks (attribution models, churn analyses, forecasting) and conversational AI — non-technical operators can query results from analyst-built notebooks without understanding Python.
Connect Claude to Jupyter notebooks — run cells, read outputs, interact with data science workflows. Useful for GTM teams with analyst-created notebooks they want to query conversationally.
Official MongoDB — collections, queries, aggregations
🟢Thriving
Analytics Pipeline1.0K224Last commit: 2026-04
Official MCP server from MongoDB providing full database interaction — collections, documents, queries, aggregations, and index management. For GTM teams with MongoDB-backed products, this means querying customer usage data, product analytics, and account information directly from Claude.
Official MongoDB server — 1K stars, actively maintained. If your product data, customer records, or analytics live in MongoDB, this gives Claude direct access.
MCP server for DuckDB and MotherDuck. Query local files (CSV, Parquet, JSON) with SQL, or connect to MotherDuck's cloud analytics. For GTM teams, DuckDB excels at ad-hoc analysis — drop a pipeline export or campaign CSV and query it conversationally without setting up a database.
DuckDB is the analyst's favorite tool — fast, local, SQL-native. This MCP gives Claude the same power. Great for ad-hoc analysis of CSV exports, pipeline dumps, and marketing data.
Official MCP server from Snowflake Labs providing access to Cortex AI, database object management, SQL orchestration, and semantic view consumption. For GTM teams on Snowflake, this means conversational access to your data warehouse — query pipeline metrics, run cohort analyses, and explore customer data without switching to a SQL client.
Official Snowflake MCP — Cortex AI, object management, SQL orchestration, semantic views. If your data warehouse is Snowflake, this is the sanctioned path.
A focused BigQuery MCP server with intentionally read-only access. Inspect schemas, run queries, and analyze data without the risk of accidental writes. Smaller than Google's toolbox but the read-only constraint makes it safer for broad team access. Good for marketing analysts who need to query attribution and campaign data.
A simpler BigQuery-only alternative to Google's toolbox. Read-only by design, which is actually a feature — safe to give to analysts and operators who need query access without write risk.
04
Content & Knowledge Management
Create documents, manage content platforms, and organize knowledge. Notion, YouTube, and content ingestion tools that feed your knowledge workflows.
Notion's official MCP server providing access to databases, pages, and search. 4.3K stars with solid adoption. For GTM teams that run their playbooks, competitive intel, and deal rooms in Notion, this means Claude can read and update your knowledge base directly. Version 2.0 migrated to the Notion API 2025-09-03 with data sources as the primary abstraction.
Official Notion MCP — 4.3K stars. If your team's knowledge base, wikis, or project docs live in Notion, this is the sanctioned bridge. Clean API, proper auth.
Extract data from any website — social, search, e-commerce
🟢Thriving
Content Tool1.2K158Last commit: 2026-04
MCP server for Apify's web scraping and automation platform. Access thousands of pre-built scrapers and crawlers for social media profiles, search engine results, map listings, e-commerce products, and more. For GTM teams, this means automated competitive monitoring, lead list building from web sources, and market research data collection — all through Claude.
1.2K stars — Apify's web scraping platform via MCP. Thousands of ready-made scrapers for social media, search engines, maps, e-commerce. The Swiss Army knife for competitive research and data extraction.
MCP server for the YouTube API with comprehensive coverage — video uploads, Shorts creation, playlist management, and analytics. For GTM content teams, this means managing your YouTube presence from Claude — check video performance, create Shorts from existing content, and pull analytics without the YouTube Studio UI.
Full YouTube MCP — video management, Shorts creation, and advanced analytics. Useful for content teams managing YouTube channels as part of their GTM strategy.
MCP server for the Graphlit platform — ingest content from any source (PDFs, web pages, audio, video) into a knowledge graph, then query it conversationally. GTM use case: build a queryable repository of competitive intelligence, analyst reports, customer case studies, and market research that Claude can search semantically.
Content ingestion and knowledge graph platform. Feed it documents, web pages, or media files and it builds a queryable knowledge graph. Good for competitive intelligence workflows.
05
Research & Web Search
Give Claude eyes on the web. Search engines, academic papers, and data extraction tools for competitive research and market intelligence.
MCP server for Exa's AI-native search engine. Unlike traditional search, Exa understands semantic queries — "companies using Claude Code for GTM" returns relevant results, not keyword matches. 4.3K stars. For GTM operators, this is the competitive research tool: find competitors, track market trends, discover customer case studies, and monitor industry news.
4.3K stars — Exa's AI-native search engine via MCP. Better than Google for research queries because it understands semantic intent. The best MCP for competitive research and market intelligence.
MCP server for searching and analyzing arXiv papers. Search by topic, author, or date range, then read abstracts and full papers. GTM use case: AI product positioning requires understanding the research landscape. This server lets Claude find and summarize relevant papers for blog posts, whitepapers, or competitive positioning.
2.6K stars — arXiv paper search and analysis. Niche for most GTM teams, but invaluable if you're positioning AI products or need to cite research in thought leadership content.
MCP server for DuckDuckGo web search with built-in content fetching and parsing. The advantage: no API key required — it works out of the box. Combines search results with the ability to fetch and parse full page content. For GTM teams, this is the easiest path to giving Claude web research capabilities.
1K stars — DuckDuckGo search plus content fetching and parsing. The no-API-key option — just works out of the box. Good for teams that want search without managing API credentials.
Official MCP server from Brave for web search. Provides clean search results without tracking. A solid baseline for giving Claude web access — useful for quick fact-checking, competitor monitoring, and ad-hoc research during conversations.
Official Brave Search MCP — solid general-purpose web search. Privacy-focused alternative to Google search. Good baseline search capability for any Claude workflow.
MCP server for Facebook/Meta advertising API. Manage campaigns, check ad performance, and work with audience targeting. The only dedicated Meta ads MCP server available. Caveat: last commit was August 2025, so verify compatibility with current Meta API versions before relying on it.
Facebook/Meta ads via MCP — campaign management, ad performance, audience targeting. Last commit August 2025, so check for API compatibility. But if it works, it's the only option for Meta ads via MCP.
06
Communication & Messaging
Slack, Teams, and messaging platforms. Read channels, send updates, and manage conversations without context-switching.
The official Slack MCP server from Anthropic's reference implementations repository. Read channel history, post messages, search conversations, and manage threads. Part of the 84K-star servers monorepo that includes all official reference servers. The most reliable Slack integration available — maintained by the MCP team itself.
Part of Anthropic's official MCP servers repo — the canonical Slack integration. Read channels, post messages, manage conversations. 84K stars on the parent repo. If you need one communication MCP, this is it.
MCP server for Microsoft Teams integration built by InditexTech. Read messages from channels, create and reply to messages, and mention team members. For GTM teams in Microsoft-centric organizations, this enables Claude to participate in team communications, post updates, and pull context from team conversations.
Microsoft Teams MCP — read messages, create messages, reply, mention members. The Teams equivalent of the official Slack server. Essential for Microsoft-shop organizations.
07
Automation & Orchestration
Build and trigger automation workflows conversationally. Connect Claude to your existing automation infrastructure.
MCP server that lets Claude build n8n automation workflows conversationally. Describe what you want automated, and Claude creates the n8n workflow. 18.8K stars — massive adoption. For GTM operators, this means building lead routing, notification workflows, data sync pipelines, and campaign automations by describing them in natural language instead of dragging nodes in a UI.
18.8K stars — the highest-starred MCP server in this list (after the official repo). Build n8n automation workflows conversationally. If you already use n8n, this is transformative. If you don't, this might be the reason to start.
MCP server for querying and analyzing Prometheus metrics. Run PromQL queries, explore metric names, and analyze time-series data. GTM use case: if your product tracks usage metrics in Prometheus, this lets Claude correlate product usage patterns with revenue data, identify expansion signals, and monitor feature adoption.
Prometheus metrics via MCP — query and analyze infrastructure and application metrics conversationally. Useful for GTM teams that need to correlate product usage data with pipeline activity.
08
Infrastructure & Platform
Cloud infrastructure, payments, and platform services. For GTM teams that manage their own tooling or need to query production systems.
GitHub's official MCP server with comprehensive coverage — repositories, issues, pull requests, Actions workflows, and discussions. 29K stars. For GTM teams, this means monitoring product repos for launch readiness, tracking open-source project adoption as a GTM signal, analyzing contributor activity, and managing cross-functional issues.
29K stars — GitHub's official MCP server. Repos, issues, PRs, Actions, and discussions. Even non-engineering GTM teams benefit: track product launches, monitor open-source adoption, and pull repo analytics.
See Data & Analytics — also covers Cloud SQL, Spanner
🟢Thriving
Platform Service15K1.5KLast commit: 2026-04
See Data & Analytics listing. Also provides access to Cloud SQL (PostgreSQL, MySQL, SQL Server), Spanner, and AlloyDB for infrastructure use cases.
Listed in Data & Analytics but also covers infrastructure databases — Cloud SQL, Spanner, AlloyDB. If you're on Google Cloud, this one server covers most of your data needs.
AWS's official collection of MCP servers covering major AWS services — S3, Lambda, DynamoDB, and more. 8.9K stars with active development. For GTM teams on AWS, this means querying S3 data, checking Lambda function logs, and interacting with DynamoDB tables that power your product or analytics infrastructure.
8.9K stars — AWS's official MCP servers collection. Covers the major AWS services. If your infrastructure is on AWS, this is the starting point for giving Claude access to your cloud resources.
Official MCP server from Cloudflare covering Workers, KV store, D1 databases, R2 storage, and more. 3.7K stars. For GTM teams with Cloudflare-hosted properties, this means managing landing pages, querying analytics data, and interacting with edge infrastructure conversationally.
Official Cloudflare MCP — Workers, KV, D1, R2, and more. If your website or API runs on Cloudflare, this gives Claude direct access to manage and query your edge infrastructure.
Official MCP server from Alpaca for trading and market data. Trade stocks, ETFs, crypto, and options, run analysis, and build strategies. For fintech GTM teams or any team that tracks market data as part of their business, this provides conversational access to trading infrastructure and market analytics.
Official Alpaca trading MCP — stocks, ETFs, crypto, options. Niche for GTM but valuable for fintech companies or teams that track market data as part of their workflow.
09
Official Reference Servers
Anthropic's reference implementations — the foundation servers that ship with Claude. Memory, filesystem, and web fetching.
Anthropic's official Memory MCP server implementing a knowledge graph-based persistent memory system. Claude can create, read, and query entities and relationships that persist across conversations. For GTM teams, this is the foundation for building persistent account profiles, tracking deal context, and maintaining relationship intelligence that survives session boundaries.
The official Memory MCP server — a knowledge graph that persists across conversations. Essential for any workflow where Claude needs to remember context between sessions: account research, ongoing projects, relationship tracking.
Anthropic's official Fetch MCP server for web content retrieval and conversion. Point it at any URL and it returns clean, parsed content. For GTM teams, this is the baseline web access tool — check competitor pages, pull pricing tables, read job postings for hiring signals, or grab content from any public URL.
The official Fetch MCP — grabs any web page and converts it to clean text. The simplest way to give Claude web access. No API keys, no search engine — just point it at a URL.
Anthropic's official Filesystem MCP server providing secure file operations with proper sandboxing. Read, write, create, move, and search files within allowed directories. For GTM teams, this enables workflows that process local files — import CSV exports, generate reports, manage document templates, and organize content artifacts.
The official Filesystem MCP — read, write, and manage files with proper sandboxing. The foundation that other file-based workflows build on. Essential for any Claude setup that needs to work with local files.
How We Evaluate MCP Servers
Tier 1 — Quantitative GitHub Signals
Stars, forks, last commit date, 52-week commit activity, language breakdown, and contributor count. MCP servers below “acceptable” on 3+ signals were cut unless they filled a unique integration gap (e.g., the only server for a major platform). All data refreshes quarterly via the GitHub API.
Tier 2 — Skeptical Operator Questions
Does this actually connect to the service? Verified auth flow and core functionality.
Is the auth story clear? OAuth, API key, or service account — and is it documented?
Would a GTM operator use this? We filtered for business tool integrations, not developer-only utilities.
Does it work with Claude Code specifically? MCP compatibility verified, not just a generic API wrapper.
Is this maintained? Active issue triage, responsive to breaking API changes.
Is there a better alternative? When multiple servers cover the same service, only the best makes the list.
What We Cut
25 candidates failed this process. Common reasons: archived or abandoned repos, duplicate servers where a better alternative existed (e.g., three BigQuery servers — we kept two with distinct use cases), non-GTM utilities, repos with fewer than 20 stars and no unique integration, and servers with no meaningful README or documentation.
Activity Badges
🟢Thriving — Commits within 30 days, active issue triage
🔵Active — Updated within 6 months, stable pace
⚪Stable — Functional but not actively developed
🟡Slowing — >6 months since meaningful activity
Why This List Exists
MCP servers are how Claude connects to your existing tools — your CRM, your analytics platform, your project boards. But finding the right server means digging through GitHub search results, awesome-lists, and forum posts. We did that work so you don't have to, and we'll keep doing it quarterly.
Know an MCP server we missed?
This page refreshes quarterly. Numbers update automatically; editorial verdicts get a human review. Submit a server for evaluation — we apply the same Tier 1 + Tier 2 process to every submission.