How verdicts work

Every page here makes a claim that can be proven wrong. This page is how we back them up, what we got wrong on the way, and what happens when you catch one.

The three verdicts
Official

The vendor maintains it. Evidence must be one of: a repo in the brand's own GitHub org, a package published under their registry scope or by their staff, a server hosted on a domain they control, or an integration documented inside their own product.

A beloved community server does not qualify, however good it is. The distinction is who you're trusting.

Community only

Third-party servers exist; the vendor ships nothing. These pages lead with trust signals — stars, last commit, licence, maintainer — because you're about to hand a stranger's code your API keys.

Context for that caution: independent research finds SSRF vulnerabilities in roughly a third of public MCP servers, and 41% ship with no authentication.

Not yet

Nothing exists — official or community. This is the claim a repo directory structurally cannot make: you can't have a page for a repo that doesn't exist.

It's also the easiest claim to get wrong, so every one is verified against vendor docs before publishing. Currently 0 of 234.

The pipeline
  1. Candidate discovery

    Community server lists, the official MCP reference list, and GitHub search with word-boundary brand matching.

  2. Official detection

    GitHub org ↔ brand matching, registry scope and publisher identity for npm and PyPI, and vendor-docs crawling for hosted endpoints.

  3. Live verification

    Every repo is re-checked against the GitHub API every six hours: stars, last push, archive status, renames, deletions. Dead repos get removed, not cached. Last refresh 2026-08-11.

  4. Verifying absence claims

    Any verdict asserting "no official server" for a brand with real search demand is verified against the vendor's docs, changelog and developer portal — and the evidence is recorded on the page.

What verification found
31 of 61 high-demand verdicts were wrong before launch

Our seed data came from the same place everyone else's does: GitHub. So before publishing we verified all 61 brands with real search demand against vendor documentation and live endpoints. Half of them were wrong, and the errors ran in both directions.

25 were under-claimed — the vendor had shipped an official server that no repo crawler can see: hosted on an mcp.* subdomain, published as a package, or built into the product. Six were over-claimed — false org matches and repos that had been deleted or taken down since the data was collected.

BrandNowWhat we foundVerified
LinkedInCommunity onlyLinkedIn's docs (learn.microsoft.com/linkedin) ship no MCP server; Microsoft's MCP catalog covers Azure/Graph/Power BI but not LinkedIn. Strongest community: stickerdaniel/linkedin-mcp-server (~3.1k stars, browser-automation based). Seed OFFICIAL verdict was a false org match.2026-08-10
fal.aiOfficialfal hosts an official MCP server at docs.fal.ai/mcp — scoped to docs search and model discovery across 1,000+ models, not model execution. Community servers (luminarylane/fal-mcp-server) cover generation. Seed said COMMUNITY-ONLY.2026-08-10
AtlassianOfficialAtlassian Remote MCP Server (Rovo) hosted at mcp.atlassian.com, documented on support.atlassian.com. Community alternative sooperset/mcp-atlassian (~5.7k stars) for self-hosting.2026-08-10
KlingCommunity onlySeed top_repo yuvalsuede/agent-media deleted from GitHub. Live community servers: 199-mcp/mcp-kling, apinetwork/piapi-mcp-server.2026-08-10
Chrome DevToolsOfficialBuilt and maintained by Google's Chrome DevTools team, announced on developer.chrome.com — the single official Chrome MCP server (~49k stars).2026-08-10
Google AI StudioCommunity onlyVerified via ai.google.dev/gemini-api/docs/coding-agents: official server is documentation-search for the Gemini API, not an AI Studio control surface. Verdict stays COMMUNITY-ONLY with the nuance stated. Seed top_repo was an unrelated aggregator.2026-08-10
ChromeOfficialChromeDevTools/chrome-devtools-mcp (~49k stars) is Google's official Chrome DevTools MCP server, announced on developer.chrome.com. Seed said COMMUNITY-ONLY with an unrelated 8-star repo.2026-08-10
DatadogOfficialVendor-hosted remote MCP at mcp.datadoghq.com (regional endpoints exist) covering APM, logs, metrics, monitors and dashboards; datadog-labs is a GitHub-verified Datadog org.2026-08-10
MetricoolOfficialPyPI package mcp-metricool published by three @metricool.com author emails. Seed NOT-YET verdict was wrong — no GitHub org repo, ships as a PyPI package.2026-08-10
SerenaOfficialoraios/serena (~27.8k stars, active) is an open-source coding-agent toolkit built as an MCP server — semantic code retrieval and editing via language servers, maintained by Oraios AI.2026-08-10
Kie.aiCommunity onlydocs.kie.ai has REST API + webhooks only, no vendor MCP server. Strongest community server: felores/kie-cli-mcp (also npm @felores/kie-ai-mcp-server). COMMUNITY-ONLY confirmed.2026-08-10
LangChainOfficiallangchain-ai org maintains both an official docs MCP server (mcpdoc) and first-class MCP client adapters. Seed said COMMUNITY-ONLY with an unrelated repo.2026-08-10
GitLabOfficialGitLab's MCP server ships inside the product at <instance>/api/v4/mcp, documented at docs.gitlab.com; code lives in the GitLab monorepo. Strongest community server: zereight/gitlab-mcp (~1.9k stars).2026-08-10
n8nOfficialn8n has native MCP support: the built-in MCP Server Trigger node turns any n8n instance into an MCP server (official docs). The dominant community tool is czlonkowski/n8n-mcp (~22.6k stars). Seed said COMMUNITY-ONLY.2026-08-10
NotebookLMCommunity onlyNo official NotebookLM MCP and no public NotebookLM API — Google's managed-MCP catalog doesn't include it. Top community (browser automation): PleasePrompto/notebooklm-mcp (~3.2k stars). COMMUNITY-ONLY confirmed.2026-08-10
DiscordCommunity onlyNo first-party MCP in Discord's developer docs or changelog. Top community: SaseQ/discord-mcp (~442 stars). Seed top_repo replaced with the stronger community server.2026-08-10
BufferOfficialOfficial hosted remote MCP server at mcp.buffer.com/mcp (public beta since ~May 2026, all plans including Free). Seed said COMMUNITY-ONLY.2026-08-10
Google DriveOfficialOfficial Google-hosted Drive MCP server at drivemcp.googleapis.com (search, read, create, download), documented on developers.google.com.2026-08-10
shadcn/uiOfficialOfficial MCP server built into the shadcn CLI (npx shadcn@latest mcp), documented at ui.shadcn.com/docs/mcp — agents browse, search and install registry components.2026-08-10
Home AssistantOfficialOfficial MCP Server integration built into Home Assistant core since release 2025.2, maintained by the HA team — your own instance serves /api/mcp. Seed said COMMUNITY-ONLY.2026-08-10
ConfluenceOfficialConfluence coverage confirmed in Atlassian's Rovo MCP docs — same hosted server at mcp.atlassian.com; no separate Confluence-specific official server exists.2026-08-10
Microsoft AzureOfficialAzure MCP Server is Microsoft-official with full docs on learn.microsoft.com; source at microsoft/mcp (servers/Azure.Mcp.Server), covering Cosmos DB, Key Vault, Monitor, AI Search and more.2026-08-10
SlackOfficialOfficial remote MCP server at mcp.slack.com/mcp documented at docs.slack.dev — requires a registered Slack app with OAuth and admin approval. korotovsky/slack-mcp-server (~1.8k stars) remains the leading community alternative. Seed said COMMUNITY-ONLY.2026-08-10
GrafanaOfficialgrafana/mcp-grafana lives in Grafana Labs' own org (~3.3k stars, active) — dashboards, datasources, Prometheus/Loki queries, incidents and alerting.2026-08-10
PuppeteerOfficialPuppeteer's official MCP path is chrome-devtools-mcp, recommended on pptr.dev ('a Puppeteer-based MCP server for browser automation'); standalone community servers are stale.2026-08-10
Godot EngineCommunity onlyThe Godot Engine project ships no MCP server (godotengine.org checked). Strongest community server: Coding-Solo/godot-mcp (~5.1k stars) in a crowded field.2026-08-10
ManyChatCommunity onlyNo vendor MCP server on manychat.com or api.manychat.com — a community idea post requesting MCP support (2026-03-16) has no staff reply. Only near-zero-star community wrappers exist. Seed NOT-YET was technically wrong: a community wrapper exists.2026-08-10
Azure DevOpsOfficialMicrosoft maintains a dedicated official server at microsoft/azure-devops-mcp (~1.9k stars, active) covering work items, repos, pipelines and boards — separate from the Azure MCP Server.2026-08-10
PerplexityOfficialOfficial hosted MCP at api.perplexity.ai/mcp (Streamable HTTP, bearer API key) recommended in Perplexity's docs; local stdio server ships as @perplexity-ai/mcp-server on npm.2026-08-10
FacebookOfficialMeta's official Ads MCP server at mcp.facebook.com/ads (announced 2026-07-16, verified live with Meta OAuth scopes). Hosted-only. Community alternative: pipeboard-co/meta-ads-mcp (~1.2k stars). Seed said COMMUNITY-ONLY.2026-08-10
TavilyOfficialOfficial hosted remote MCP server at mcp.tavily.com documented at docs.tavily.com, plus the open-source tavily-ai/tavily-mcp repo.2026-08-10
ExaOfficialOfficial remote MCP endpoint at mcp.exa.ai documented in Exa's docs, plus open-source exa-labs/exa-mcp-server (~4.8k stars).2026-08-10
BlenderCommunity onlySeed marked OFFICIAL but official_count was 0 and its top repo ahujasid/blender-mcp (~14k stars) has been deleted from GitHub (404). Blender Foundation maintains no MCP server.2026-08-10
Bright DataOfficialOfficial MCP with a managed remote endpoint at mcp.brightdata.com and self-hosted @brightdata/mcp package, documented at docs.brightdata.com.2026-08-10
ServiceNowOfficialServiceNow's MCP Server Console (Zurich release) is built into the platform — exposes Now Assist skills, subflows and REST APIs to external MCP clients over OAuth 2.0, instance-hosted.2026-08-10
Google AdsOfficialThe Google Ads API team open-sourced the official server at googleads/google-ads-mcp (announced Oct 2025), documented in the developer toolkit on developers.google.com.2026-08-10
Context7OfficialContext7 is built and maintained by Upstash; upstash/context7 (~60k stars) documents the hosted endpoint mcp.context7.com/mcp.2026-08-10
ExcalidrawOfficialOfficial MCP announced with Anthropic in early 2026: open-source excalidraw/excalidraw-mcp (~5.1k stars) plus a hosted Excalidraw+ endpoint, available as a Claude connector.2026-08-10
CanvaOfficialCanva runs an official remote Design MCP server at mcp.canva.com/mcp (docs at canva.dev/docs/mcp/), plus a Dev MCP server for app development via the @canva/cli npm package. Seed said COMMUNITY-ONLY — hosted servers don't appear on GitHub.2026-08-10
AsanaOfficialOfficial hosted MCP server at mcp.asana.com/v2/mcp with OAuth, documented at developers.asana.com.2026-08-10
Google SheetsOfficialOfficial Google-hosted Sheets MCP server at sheetsmcp.googleapis.com (read cells, update values, formulas, batch updates) with OAuth 2.0, documented on developers.google.com.2026-08-10
Monarch MoneyOfficialOfficial Monarch MCP Connector documented on help.monarch.com; community repos archived in its favor by Jul 2026. Paused as of Aug 2026.2026-08-10
RobinhoodOfficialRobinhood launched official Agentic Trading MCP servers (Trading and Banking) May 27 2026 at agent.robinhood.com — any MCP agent can trade in a dedicated account.2026-08-10
SplunkOfficialOfficial MCP Server for Splunk Enterprise and Cloud (v1.1), distributed as Splunkbase app 7931 and documented on help.splunk.com — SPL queries, NL-to-SPL, RBAC.2026-08-10
TradingViewCommunity onlyNo official MCP from TradingView — tradingview.com carries only MCP news about other companies. Strongest community server: atilaahmettaner/tradingview-mcp (~3.9k stars, active), using public data endpoints.2026-08-10
InstantlyOfficialOfficial vendor-hosted MCP at mcp.instantly.ai/mcp (API-key auth, 31 tools), documented in Instantly's help center. Seed said COMMUNITY-ONLY.2026-08-10
UnityOfficialUnity Technologies shipped an official Unity MCP Server (beta, ~May 2026) documented at docs.unity3d.com. Seed said COMMUNITY-ONLY.2026-08-10
VercelOfficialVercel MCP is an official remote server with OAuth at mcp.vercel.com — docs search, project and deployment management, log analysis — documented on vercel.com.2026-08-10
DatabricksOfficialFully managed vendor-hosted MCP servers (Genie, Vector Search, Databricks SQL, Unity Catalog functions) documented on docs.databricks.com, plus the databrickslabs/mcp companion repo.2026-08-10
GitCommunity onlyThe git project (git-scm.com) publishes no MCP server. The de facto standard is mcp-server-git in the modelcontextprotocol/servers monorepo, maintained by the MCP project.2026-08-10
IDA ProCommunity onlyHex-Rays ships no first-party MCP server; mrexodia/ida-pro-mcp (~11.2k stars, active) dominates and is featured on plugins.hex-rays.com.2026-08-10
Roblox StudioOfficialRoblox open-sourced Roblox/studio-rust-mcp-server in May 2025 and has since built the server natively into Studio, documented at create.roblox.com/docs/studio/mcp.2026-08-10
TableauOfficialtableau/tableau-mcp is Tableau's official server (active), with docs at tableau.github.io/tableau-mcp and a Salesforce-managed hosted service at mcp.tableau.com (OAuth 2.1).2026-08-10
ObsidianCommunity onlyNo MCP server from Obsidian (obsidianmd org has none; the team even trademark-enforced a community npm package's rename). Top community: MarkusPfundstein/mcp-obsidian (~4.3k stars). COMMUNITY-ONLY confirmed.2026-08-10
SnowflakeOfficialOfficial Snowflake-managed MCP server documented at docs.snowflake.com; the older Snowflake-Labs/mcp repo README marks itself deprecated in its favor.2026-08-10
FirebaseOfficialOfficial Firebase MCP server ships inside the Firebase CLI (npx firebase-tools mcp), documented at firebase.google.com/docs/cli/mcp-server. Seed said COMMUNITY-ONLY.2026-08-10
GranolaOfficialGranola announced its official hosted MCP at mcp.granola.ai (browser OAuth) on its blog in Feb 2026.2026-08-10
Microsoft OutlookOfficialMicrosoft ships first-party Work IQ Mail (mcp_MailTools) and Calendar MCP servers for Outlook under Agent 365, connectable from Claude Code and VS Code via a tenant-scoped URL.2026-08-10
TodoistOfficialDoist maintains the official Doist/todoist-mcp repo and hosts a streamable-HTTP server at ai.todoist.net/mcp with OAuth.2026-08-10
NotionOfficialNotion-hosted remote MCP server at mcp.notion.com/mcp (verified live, MCP OAuth challenge) plus open-source makenotion/notion-mcp-server (~4.6k stars). Seed top_repo was a third-party fork.2026-08-10
GitHubOfficialgithub/github-mcp-server (32k+ stars) is GitHub's official MCP server, also hosted at api.githubcopilot.com/mcp/. Seed top_repo was an unrelated charting server.2026-08-10
PostgreSQLCommunity onlyThe PostgreSQL project publishes no MCP server (Anthropic's reference server-postgres is archived; pgEdge/Azure/Bytebase are third-party). Strongest Postgres-dedicated community server: crystaldba/postgres-mcp (~3.2k stars). Seed OFFICIAL verdict was wrong.2026-08-10
StripeOfficialOfficial hosted MCP server at mcp.stripe.com (endpoint live, auth-gated; documented at docs.stripe.com/mcp) alongside the stripe/ai repo.2026-08-10
FigmaOfficialfigma/mcp-server-guide in the official Figma org, plus the in-app Dev Mode MCP server. Seed top_repo (vkhanhqui/figma-mcp-go) was removed via DMCA takedown 2026-07-08.2026-08-10
ZohoOfficialOfficial Zoho MCP platform at zoho.com/mcp plus the zoho/analytics-mcp-server repo in Zoho's GitHub org.2026-08-10
ShopifyOfficialOfficial Dev MCP npm package (@shopify/dev-mcp, documented at shopify.dev/docs/apps/build/devmcp) plus built-in store-hosted Storefront MCP. The old GitHub repo went private — evidence rests on vendor docs and npm. Seed said COMMUNITY-ONLY.2026-08-10
SalesforceOfficialsalesforcecli is a Salesforce-owned GitHub org; salesforcecli/mcp is the official Salesforce CLI MCP server. Seed said COMMUNITY-ONLY with a dead third-party repo.2026-08-10
JiraOfficialAtlassian hosts the official remote MCP server (Rovo) at mcp.atlassian.com covering Jira, JSM, Confluence, and Bitbucket. Closed-source hosted service. Seed top_repo (gitkraken/gk-cli) was unrelated.2026-08-10
AirtableOfficialOfficial hosted MCP server at mcp.airtable.com/mcp (OAuth, all plans, documented on support.airtable.com). Community domdomegg/airtable-mcp-server was the prior standard. Seed said COMMUNITY-ONLY.2026-08-10
HubSpotOfficialOfficial remote CRM MCP server at mcp.hubspot.com (OAuth/PKCE) documented at developers.hubspot.com/mcp; local Developer MCP server GA since 2026-02-19; @hubspot/mcp-server on npm. Seed said COMMUNITY-ONLY.2026-08-10
GmailOfficialOfficial Google-hosted Gmail MCP server at gmailmcp.googleapis.com, documented on developers.google.com. Seed said COMMUNITY-ONLY.2026-08-10
YouTubeCommunity onlyChecked Google's official MCP support announcement and server list: no YouTube server. Strongest general-purpose community server: ZubeidHendricks/youtube-mcp-server (~561 stars). Seed OFFICIAL verdict (via an unrelated aggregator repo) was wrong.2026-08-10
WhatsAppCommunity onlyMeta's MCP docs cover only Ads and Devtools — no WhatsApp server. Community: lharries/whatsapp-mcp (~6.1k stars, unmaintained since 2025-07). COMMUNITY-ONLY confirmed.2026-08-10
TelegramCommunity onlyNo MCP server at core.telegram.org. Strongest community: chigwell/telegram-mcp (~1.4k stars, MTProto-based). COMMUNITY-ONLY confirmed.2026-08-10
MySQLOfficialOracle ships an official MySQL MCP server in oracle/mcp (announced with MySQL AI on blogs.oracle.com). Seed said COMMUNITY-ONLY.2026-08-10
MongoDBOfficialmongodb-js/mongodb-mcp-server (~1.1k stars, active) is MongoDB's official server, on npm as mongodb-mcp-server. Seed said COMMUNITY-ONLY with a third-party Atlas repo.2026-08-10
PlaywrightOfficialmicrosoft/playwright-mcp (~36k stars) is the official Playwright MCP server (npm @playwright/mcp). Seed top_repo was a third-party service.2026-08-10
DockerOfficialdocker/mcp-gateway is the canonical official repo (the `docker mcp` CLI powering Docker's MCP Toolkit, docs.docker.com); docker/hub-mcp is the narrower Hub server.2026-08-10
KubernetesCommunity onlyNeither kubernetes nor kubernetes-sigs orgs ship an MCP server. Strongest community: containers/kubernetes-mcp-server (~1.9k stars, Red Hat-backed). Seed OFFICIAL verdict was wrong.2026-08-10
ZapierOfficialOfficial hosted MCP server at mcp.zapier.com (endpoint live, auth-gated; documented at zapier.com/mcp) alongside the zapier/zapier-mcp repo.2026-08-10
LinearOfficialVendor-hosted remote MCP server at mcp.linear.app/mcp (OAuth 2.1, read-only variant at /mcp/readonly), documented in Linear's own docs. Seed said COMMUNITY-ONLY.2026-08-10
TwilioOfficialOfficial hosted MCP server at mcp.twilio.com (Public Beta, 1,800+ API endpoints) plus the self-hostable twilio-labs/mcp repo (npm @twilio-alpha/mcp). Seed said COMMUNITY-ONLY.2026-08-10
ExcelCommunity onlyMicrosoft has MCP connectors across M365 Copilot but no dedicated Excel MCP server on learn.microsoft.com. Top community: haris-musa/excel-mcp-server (~4.1k stars). COMMUNITY-ONLY confirmed.2026-08-10
TikTokOfficialTikTok Ads MCP server announced at TikTok World May 2026, documented on business-api.tiktok.com. Seed said COMMUNITY-ONLY.2026-08-10
InstagramCommunity onlyNo dedicated official Instagram MCP. Instagram-native community ecosystem is weak: trypeggy/instagram_dm_mcp (~176 stars, stale). COMMUNITY-ONLY confirmed.2026-08-10
RedditCommunity onlyreddit/devvit-mcp verified in Reddit's org but scoped to Devvit app development. No official Reddit-content MCP exists. Strongest community: karanb192/reddit-mcp-buddy (~786 stars). Seed OFFICIAL verdict was wrong.2026-08-10
SpotifyCommunity onlyNo official MCP on developer.spotify.com — community only, built on the Web API. COMMUNITY-ONLY confirmed.2026-08-10
PayPalOfficialOfficial hosted MCP at mcp.paypal.com (sandbox at mcp.sandbox.paypal.com) documented on developer.paypal.com, plus @paypal/mcp npm package and paypal/paypal-mcp-server repo. Seed said COMMUNITY-ONLY.2026-08-10
CoinGate Gift CardsOfficialCoinGate's official page at coingate.com/gift-cards/mcp publishes a hosted remote MCP endpoint (Algolia-hosted, no install or auth required) for searching its gift-card catalog.2026-08-11
OneOfficialpicahq org renamed to withoneai; repo followed rename.2026-08-10
PulumiOfficialGitHub repo pulumi/mcp-server no longer public, but @pulumi/mcp-server ships on npm under the official Pulumi scope.2026-08-10
Trade ItOfficialRepo renamed from trade-agent/trade-agent-mcp.2026-08-10

92 corrections, each with its source and the date it was re-verified.

Why freshness is the method

Staleness cuts both ways, and both directions were visible in a single week of building this: the most-starred Blender MCP server — roughly 14,000 stars — was deleted from GitHub outright. A popular Figma community server was removed by a DMCA takedown. Meanwhile the canonical 3,359-entry community list was still missing the official servers of WordPress, Google Analytics, ElevenLabs, Stripe and Zapier.

A directory that indexes once and caches forever will confidently point you at all of these. Re-verification is the only fix, so it runs on a schedule rather than when someone remembers.

Corrections

Found a wrong verdict? That's the most useful thing you can send us. Corrections with evidence ship the same day, and the page records the date it was re-verified.