Best Official MCPs

Official MCP servers are maintained by the platform or service they wrap. GitHub builds the GitHub MCP. Supabase builds the Supabase MCP. The advantage is simple: new API features land in the official server first, and the maintainer has every incentive to keep the integration working.

23 MCPs in this collectionFilter: official

Top Official MCPs ranked

Popularity-ordered. Click any card for install snippets, fact sheet, and trust signals.

Local SQLite database access with full read/write support.

databasesqlitelocalstorage
2 minLow

Retrieve web pages and convert them to clean markdown.

webfetchmarkdownscraping
1 minLow

Local Git operations: commit, diff, log, branch, and more.

gitlocalcommitsdiff
2 minLow
Official

Query and inspect PostgreSQL databases via natural language.

databasesqlpostgresqueries
3 minLow

Real-time web search with privacy-focused results.

searchwebrealtimenews
5 minLow

Full browser automation: navigate, click, screenshot, and scrape.

browserautomationscrapingpuppeteer
5 minMedium

Persistent knowledge graph memory across AI conversations.

memorypersistenceknowledge-graphagents
2 minLow

Manage payments, customers, and subscriptions through Stripe.

stripepaymentsbillingcommerce
5 minMedium

Read, write, and search across Notion pages, databases, and blocks.

notiondocsdatabasesknowledge
5 minLow
Official

Triage errors, inspect traces, and query events from Sentry.

sentryerrorsmonitoringobservability
3 minLow

Expose 8,000+ Zapier integrations as tools your AI agent can call.

zapierautomationintegrationsworkflow
5 minLow

Inspect Figma designs, components, and variables from an agent.

figmadesigndesign-to-codecomponents
5 minMedium

Read and send Slack messages, manage channels and threads.

slackmessagingcommunicationautomation
10 minMedium

Read products, orders, and inventory from your Shopify store.

shopifyecommerceproductsorders
10 minMedium

Full Supabase access: database, auth, storage, and edge functions.

supabasedatabasebackendpostgres
5 minLow

Secure cloud sandboxes for executing AI-generated code.

codingexecutionsandboxcloud
5 minLow

Manage Linear issues, projects, and cycles from AI context.

linearproject-managementissuesproductivity
5 minMedium

FAQ: Official

Why prefer official MCPs over community alternatives?

Official MCPs get new platform features immediately, tend to have better auth handling (they know their own OAuth flows), and are less likely to break on API changes. For stable production use, they are the safer default.

When is a community MCP worth it?

When an official server does not exist yet, when the community version has features the official one lacks, or when the community version is actually better-designed. Context7, for example, is community but widely considered the best developer-facing documentation MCP.

How do I tell "official" from "community"?

Look at the GitHub repo owner. If it is the same org as the service (github.com/github/github-mcp-server, github.com/supabase-community/supabase-mcp) it's official or vendor-endorsed. Anything under a personal handle is community.

Other collections