roundup · mcp servers 2026

Best MCP servers in 2026.

A curated, honest landscape of prominent Model Context Protocol servers — grouped by category. Where vendors ship official MCP servers we feature those. Where they don't, we note the meta-gateway pattern (wmcp.sh) that turns any URL or OpenAPI spec into MCP tools.

Includes the canonical pattern, the meta-gateway, and category-by-category recommendations. Updated for the current MCP ecosystem.

All servers listed below have public documentation from their respective vendors. Features and availability change; check each vendor's docs for current canonical info. We are not affiliated with the vendors listed.

The meta-gateway pattern.

Before listing individual servers — the most important shift in 2026 is the rise of "meta MCP" gateways: a single endpoint that proxies many upstreams. Lets agents maintain one connection instead of dozens.

meta · edge-hosted

wmcp.sh

Hosted MCP gateway on Cloudflare Workers. Drops in any URL, OpenAPI spec, or upstream MCP server and exposes MCP tools. Free 100 reads/day, no signup. OAuth-proxy + price-data + shopper-side adapters built in.

meta · local containers

Docker MCP Toolkit

Docker Desktop's curated catalog of containerized MCP servers. Local-only, isolated, image-signed. Good for dev + privacy-sensitive workloads. See /vs/mcp-toolkit for tradeoffs.

Databases.

Servers that let an agent query / mutate data stores. Most run as local stdio binaries you point at a connection string; a few are hosted.

database

Postgres MCP

Community + reference implementations exposing schema introspection, query execution, and migration helpers. Typically run as a local stdio binary against your connection string.

database

SQLite MCP

Reference server in Anthropic's open MCP servers list. Useful for local file-backed databases — schema reads, query exec, attach/detach.

warehouse

Snowflake / BigQuery MCP

Vendor-published and community implementations for analytical warehouses. Read-only modes are common to keep agents from running cost-heavy mutations by accident.

Communications.

Inbox + chat + ticketing MCP servers. Mostly OAuth-gated — see /roundup/oauth-providers-mcp for the OAuth comparison.

comms

Slack MCP

List channels, post messages, search history, read DMs (per OAuth scopes). Both vendor and community implementations available.

comms

Discord MCP

Community-built. Bot-token or user-token based depending on the variant. Channel listing, message send/read.

comms

Gmail MCP

Search, read, send via Gmail API. OAuth scope-gated — agent only sees what the connecting user authorized.

comms

Linear MCP

Vendor-published. Issue list/search/create/update, project + cycle reads. One of the cleaner OAuth onboarding flows in the comms category.

DevOps & code.

Repo, CI, observability. Mix of vendor-shipped and community.

devops

GitHub MCP

Repo browsing, PR review, issue management, file diff/edit operations. Vendor-published official server plus several community variants.

devops

GitLab MCP

Community implementations covering similar surface as the GitHub server — projects, MRs, issues, pipeline status.

observability

Sentry / Datadog MCP

Issue + alert + trace queries from agent context. Sentry has shipped an MCP server; Datadog and others have community ports.

cloud

Cloudflare MCP

Workers + DNS + R2 ops. Useful for agent-driven infra workflows. Check Cloudflare's docs for the canonical scope list.

Commerce & payments.

The category where shopper-side vs owner-side really matters.

shopper-side

wmcp.sh Shopify adapter

Turn any of the ~4M+ public Shopify storefronts into MCP tools (price, availability, add-to-cart, search). Shopper-side — no merchant install required.

owner-side

Shopify Admin MCP

For merchants on their own store: orders, products, customers, fulfillments. Admin-side OAuth, vendor-published.

payments

Stripe MCP

Vendor-published. Customers + invoices + subscriptions + balance ops. Stripe's OpenAPI is large (hundreds of endpoints); the MCP server surfaces the high-value subset.

openapi ingest

wmcp.sh OpenAPI bridge

Drop any OpenAPI 3 spec URL and get every endpoint as MCP tools. Useful when the vendor publishes a spec but no MCP server.

Finance & DeFi data.

Read-only price feeds, oracle data, on-chain analytics. Largely free upstream APIs surfaced as MCP.

oracle

wmcp.sh price-data

Native adapters for CoinGecko, DefiLlama, Pyth, Chainlink, DexScreener. See /price-data.

defi

DefiLlama MCP

Protocol TVL, pools, yields, stablecoins, ETF flows. wmcp.sh proxies the OAuth-gated tier transparently.

market data

CoinGecko MCP

Spot prices, market caps, trending pairs. Free tier is generous; paid tier for higher rate limits.

Connect from your agent.

Most modern agents (Claude.ai, Cursor, LangChain via mcp-adapters, OpenAI Agents SDK via community adapters) accept a Streamable HTTP MCP endpoint. The pattern is identical for any server in this list:

# Example: connect to a wmcp.sh-served MCP endpoint (no signup):
curl 'https://wmcp.sh/mcp/openapi?url=https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json'

# In Claude Desktop / Cursor config, add as a remote MCP server.
# In LangChain, use langchain-mcp-adapters; in OpenAI Agents SDK, use a community MCP adapter.

At-a-glance.

ServerCategoryRuntimeAuth model
wmcp.shMeta-gatewayEdge (Cloudflare)Anon free tier; OAuth-proxy for upstream
Docker MCP ToolkitMeta / local catalogLocal containerPer-image
GitHub MCPDevOpsHosted + local optionsOAuth / PAT
Stripe MCPPaymentsHostedAPI key
Linear MCPCommsHostedOAuth
Slack MCPCommsHosted / localOAuth bot/user
Postgres MCPDatabaseLocal stdioConn string
Sentry MCPObservabilityHostedToken
CoinGecko MCPMarket dataHostedAPI key (free tier)
DefiLlama MCPDeFiHostedFree / OAuth tier via wmcp.sh proxy

Runtime + auth models reflect the typical/default deployment of each server per its vendor's public docs. Always confirm with the vendor before production use.

Common questions.

What is an MCP server?
An endpoint that exposes tools, resources, and prompts to an AI agent over the Model Context Protocol wire format. Originated with Anthropic; widely adopted.
Difference between MCP server and OpenAPI?
OpenAPI describes an HTTP API for SDK generators. MCP is a runtime wire protocol an agent speaks directly. wmcp.sh bridges the two.
Do I install these locally?
Some are local stdio binaries (Postgres MCP, SQLite MCP). Others are hosted (Stripe MCP, GitHub MCP, wmcp.sh). Docker MCP Toolkit gives containerized local runs.
How do I pick the right MCP server?
Vendor-official first. Community next. Use a meta-gateway like wmcp.sh for the long tail of APIs that don't have dedicated MCP servers.
What's a meta MCP server?
A single MCP endpoint that proxies many upstream sources. wmcp.sh is one — one endpoint, dozens of upstreams (OpenAPI ingest, OAuth-proxy, shopper-side adapters, oracle data).
Need this picked / built for you?

We'll pick the right MCP servers + wire them up.

Hosted MCP at mcp.yourbrand.com + verified badge + tested agent flow. From $499 one-time setup; Managed Retainer $999/mo; Enterprise $4,999+/mo.

See /managed → Submit your server (free)