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 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.
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.
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.
Candidate discovery
Community server lists, the official MCP reference list, and GitHub search with word-boundary brand matching.
Official detection
GitHub org ↔ brand matching, registry scope and publisher identity for npm and PyPI, and vendor-docs crawling for hosted endpoints.
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.
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.
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.
| Brand | Now | What we found | Verified |
|---|---|---|---|
| Community only | LinkedIn'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.ai | Official | fal 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 |
| Atlassian | Official | Atlassian 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 |
| Kling | Community only | Seed top_repo yuvalsuede/agent-media deleted from GitHub. Live community servers: 199-mcp/mcp-kling, apinetwork/piapi-mcp-server. | 2026-08-10 |
| Chrome DevTools | Official | Built 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 Studio | Community only | Verified 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 |
| Chrome | Official | ChromeDevTools/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 |
| Datadog | Official | Vendor-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 |
| Metricool | Official | PyPI 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 |
| Serena | Official | oraios/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.ai | Community only | docs.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 |
| LangChain | Official | langchain-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 |
| GitLab | Official | GitLab'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 |
| n8n | Official | n8n 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 |
| NotebookLM | Community only | No 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 |
| Discord | Community only | No 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 |
| Buffer | Official | Official 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 Drive | Official | Official Google-hosted Drive MCP server at drivemcp.googleapis.com (search, read, create, download), documented on developers.google.com. | 2026-08-10 |
| shadcn/ui | Official | Official 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 Assistant | Official | Official 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 |
| Confluence | Official | Confluence 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 Azure | Official | Azure 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 |
| Slack | Official | Official 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 |
| Grafana | Official | grafana/mcp-grafana lives in Grafana Labs' own org (~3.3k stars, active) — dashboards, datasources, Prometheus/Loki queries, incidents and alerting. | 2026-08-10 |
| Puppeteer | Official | Puppeteer'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 Engine | Community only | The 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 |
| ManyChat | Community only | No 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 DevOps | Official | Microsoft 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 |
| Perplexity | Official | Official 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 |
| Official | Meta'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 | |
| Tavily | Official | Official 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 |
| Exa | Official | Official 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 |
| Blender | Community only | Seed 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 Data | Official | Official MCP with a managed remote endpoint at mcp.brightdata.com and self-hosted @brightdata/mcp package, documented at docs.brightdata.com. | 2026-08-10 |
| ServiceNow | Official | ServiceNow'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 Ads | Official | The 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 |
| Context7 | Official | Context7 is built and maintained by Upstash; upstash/context7 (~60k stars) documents the hosted endpoint mcp.context7.com/mcp. | 2026-08-10 |
| Excalidraw | Official | Official 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 |
| Canva | Official | Canva 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 |
| Asana | Official | Official hosted MCP server at mcp.asana.com/v2/mcp with OAuth, documented at developers.asana.com. | 2026-08-10 |
| Google Sheets | Official | Official 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 Money | Official | Official 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 |
| Robinhood | Official | Robinhood 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 |
| Splunk | Official | Official 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 |
| TradingView | Community only | No 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 |
| Instantly | Official | Official 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 |
| Unity | Official | Unity Technologies shipped an official Unity MCP Server (beta, ~May 2026) documented at docs.unity3d.com. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| Vercel | Official | Vercel 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 |
| Databricks | Official | Fully 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 |
| Git | Community only | The 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 Pro | Community only | Hex-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 Studio | Official | Roblox 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 |
| Tableau | Official | tableau/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 |
| Obsidian | Community only | No 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 |
| Snowflake | Official | Official 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 |
| Firebase | Official | Official 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 |
| Granola | Official | Granola announced its official hosted MCP at mcp.granola.ai (browser OAuth) on its blog in Feb 2026. | 2026-08-10 |
| Microsoft Outlook | Official | Microsoft 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 |
| Todoist | Official | Doist maintains the official Doist/todoist-mcp repo and hosts a streamable-HTTP server at ai.todoist.net/mcp with OAuth. | 2026-08-10 |
| Notion | Official | Notion-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 |
| GitHub | Official | github/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 |
| PostgreSQL | Community only | The 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 |
| Stripe | Official | Official 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 |
| Figma | Official | figma/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 |
| Zoho | Official | Official Zoho MCP platform at zoho.com/mcp plus the zoho/analytics-mcp-server repo in Zoho's GitHub org. | 2026-08-10 |
| Shopify | Official | Official 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 |
| Salesforce | Official | salesforcecli 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 |
| Jira | Official | Atlassian 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 |
| Airtable | Official | Official 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 |
| HubSpot | Official | Official 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 |
| Gmail | Official | Official Google-hosted Gmail MCP server at gmailmcp.googleapis.com, documented on developers.google.com. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| YouTube | Community only | Checked 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 |
| Community only | Meta'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 | |
| Telegram | Community only | No MCP server at core.telegram.org. Strongest community: chigwell/telegram-mcp (~1.4k stars, MTProto-based). COMMUNITY-ONLY confirmed. | 2026-08-10 |
| MySQL | Official | Oracle ships an official MySQL MCP server in oracle/mcp (announced with MySQL AI on blogs.oracle.com). Seed said COMMUNITY-ONLY. | 2026-08-10 |
| MongoDB | Official | mongodb-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 |
| Playwright | Official | microsoft/playwright-mcp (~36k stars) is the official Playwright MCP server (npm @playwright/mcp). Seed top_repo was a third-party service. | 2026-08-10 |
| Docker | Official | docker/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 |
| Kubernetes | Community only | Neither 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 |
| Zapier | Official | Official 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 |
| Linear | Official | Vendor-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 |
| Twilio | Official | Official 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 |
| Excel | Community only | Microsoft 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 |
| TikTok | Official | TikTok Ads MCP server announced at TikTok World May 2026, documented on business-api.tiktok.com. Seed said COMMUNITY-ONLY. | 2026-08-10 |
| Community only | No dedicated official Instagram MCP. Instagram-native community ecosystem is weak: trypeggy/instagram_dm_mcp (~176 stars, stale). COMMUNITY-ONLY confirmed. | 2026-08-10 | |
| Community only | reddit/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 | |
| Spotify | Community only | No official MCP on developer.spotify.com — community only, built on the Web API. COMMUNITY-ONLY confirmed. | 2026-08-10 |
| PayPal | Official | Official 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 Cards | Official | CoinGate'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 |
| One | Official | picahq org renamed to withoneai; repo followed rename. | 2026-08-10 |
| Pulumi | Official | GitHub repo pulumi/mcp-server no longer public, but @pulumi/mcp-server ships on npm under the official Pulumi scope. | 2026-08-10 |
| Trade It | Official | Repo renamed from trade-agent/trade-agent-mcp. | 2026-08-10 |
92 corrections, each with its source and the date it was re-verified.
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.
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.