Awesome MCP Servers List (70+) — Live-Tested Catalog for 2026
Nikhil Tiwari
MCP Playground
✓ Quick Answer — Top 10 MCP Servers (2026)
- GitHub MCP — repos, PRs, issues, code search (remote HTTP)
- Supabase MCP — Postgres, Auth, Storage (remote SSE)
- Stripe MCP — payments, customers, invoices (remote HTTP)
- Notion MCP — read/write pages and databases (remote HTTP)
- Figma MCP — design files, components, comments (remote HTTP)
- Linear MCP — issues, projects, cycles (remote HTTP)
- Slack MCP — messages, channels, users (remote HTTP)
- Sentry MCP — errors, releases, performance (remote HTTP)
- Playwright MCP — browser automation, scraping (local stdio)
- Filesystem MCP — read/write local files (local stdio)
Full catalog of 70+ servers below. Try any of them instantly in the online MCP inspector — paste the URL and explore tools, prompts and resources in seconds.
📖 TL;DR
- 30 remote HTTP servers you can connect with just a URL — AWS, X, Snowflake, Supabase, GitHub, Stripe, Notion, Figma, Sentry, Atlassian, HubSpot, Linear, Slack, Neon, Vercel, and more
- 70+ total servers across 11 categories covering databases, dev tools, AI memory, monitoring, automation, cloud, payments, design, and SEO
- Ready-to-use configs for Claude Desktop, Cursor, and Claude Code
This is a curated list of the best MCP (Model Context Protocol) servers for AI development in 2026. Each server has been selected based on active maintenance, documentation quality, and community adoption. Updated July 2026 — the hyperscalers and large platforms have now arrived: AWS made its managed MCP server generally available on May 6, X shipped two hosted servers on June 30, and Snowflake now offers a warehouse-managed endpoint. The list is 69 servers across 11 categories.
Remote HTTP Servers — Connect with Just a URL
These servers offer hosted HTTP endpoints you can connect to without any local installation. The remote MCP ecosystem has grown steadily through 2026 — from 16 servers in January to 25+ by April to 30 in July, as Atlassian, HubSpot, Linear, Slack, Sentry, Neon and Vercel launched remote endpoints, and AWS, X and Snowflake followed with managed ones.
🚀 What's new since April 2026: AWS went GA on May 6 with a managed server fronting 15,000+ AWS API operations. X launched two hosted servers on June 30 — one for the API, one for its docs. Snowflake now exposes a warehouse-managed endpoint per account. And the 2026-07-28 spec lands this month, letting remote servers drop sticky sessions and run behind a plain round-robin load balancer. Atlassian's SSE deprecation took effect June 30, 2026 — Streamable HTTP only now.
| Server | URL | Capabilities |
|---|---|---|
| AWS NEW | https://aws-mcp.us-east-1.api.aws/mcp |
15,000+ AWS API operations, docs search, sandboxed scripts |
| X (API) NEW | https://api.x.com/mcp |
Post search, users, timelines, bookmarks, trends, articles |
| X (Docs) NEW | https://docs.x.com/mcp |
X API documentation search — no auth required |
| Snowflake NEW | https://<account>/api/v2/…/mcp-servers/{name} (per-account) |
Cortex Analyst, Cortex Search, Agents, SQL execution |
| Supabase | https://mcp.supabase.com/mcp |
Database, auth, storage, realtime |
| GitHub | https://api.githubcopilot.com/mcp/ |
Repos, issues, PRs, workflows |
| Notion | https://mcp.notion.com/mcp |
Pages, databases, workspaces (OAuth) |
| Stripe | https://mcp.stripe.com |
Payments, subscriptions, invoices (OAuth) |
| Figma | https://mcp.figma.com/mcp |
Design-to-code, tokens, FigJam |
| Sentry ✨ New | https://mcp.sentry.dev/mcp |
Error tracking, issues, performance (OAuth) |
| Atlassian ✨ Now Remote | https://mcp.atlassian.com/v1/mcp |
Jira issues, Confluence pages, Compass |
| HubSpot ✨ Now Remote | https://mcp.hubspot.com |
CRM contacts, deals, pipelines (OAuth) |
| Linear ✨ Now Remote | https://mcp.linear.app/mcp |
Issues, projects, cycles, teams (OAuth) |
| Slack ✨ Now Remote | https://mcp.slack.com/mcp |
Channels, messages, search (OAuth) |
| Neon ✨ New | https://mcp.neon.tech/mcp |
Serverless Postgres, branching, migrations (OAuth) |
| Vercel ✨ Now Remote | https://mcp.vercel.com |
Deployments, logs, environments (OAuth) |
| Cloudflare | https://mcp.cloudflare.com/mcp |
Workers, KV, R2 storage, DNS |
| Monday.com | https://mcp.monday.com/mcp |
Boards, items, projects |
| Exa ✨ Now Remote | https://mcp.exa.ai/mcp |
AI-powered semantic web search |
| Ahrefs | https://api.ahrefs.com/mcp/mcp |
Backlinks, keywords, SEO |
| Semrush | https://mcp.semrush.com/v1/mcp |
SEO data, traffic, competitors |
| PayPal | https://mcp.paypal.com/http |
Invoices, payments, transactions |
| Cashfree | https://mcp.cashfree.com/mcp |
Payment gateway, payouts, KYC |
| Amplitude | https://mcp.amplitude.com/mcp |
Product analytics, user journeys, A/B testing |
| Asana | https://mcp.asana.com/mcp |
Projects, tasks, timelines, team management |
| Box | https://mcp.box.com/mcp |
Enterprise file storage, metadata, sharing |
| Clay | https://mcp.clay.earth/mcp |
Data enrichment, lead lists, CRM sync |
| Hex | https://app.hex.tech/mcp |
Data notebooks, analytics, interactive charts |
| Salesforce | Org-specific URL (Setup → MCP Servers) |
CRM, leads, opportunities, contacts, reports |
| Context7 | https://mcp.context7.com/mcp |
Live library docs injected into AI prompts |
✅ Tip: Copy any URL above and paste it into MCP Playground to test the server instantly — no install needed.
The new arrivals — and the auth catch on each
Three of the servers above landed after this list's April update, and each one authenticates differently from the OAuth-and-a-URL pattern the rest of the ecosystem settled on. That matters more than the tool counts, because it is where setup actually fails.
AWS MCP Server (GA May 6, 2026) is the most capable server on this list and the most awkward to connect. A single call_aws tool fronts more than 15,000 AWS API operations, run_script executes Python server-side in a sandbox with your IAM permissions but no network access, and search_documentation / read_documentation work with no authentication at all. The catch: AWS authenticates with IAM SigV4, and MCP only specifies OAuth 2.1. The two don't meet, so AWS ships an open-source MCP Proxy for AWS to bridge them — you cannot simply paste the URL into a client and expect it to connect. Requests are logged to CloudTrail and metered in CloudWatch under the AWS-MCP namespace, which makes it one of the few servers here that is genuinely auditable in production.
X (June 30, 2026) ships two servers with opposite requirements. The API server at api.x.com/mcp runs Streamable HTTP and expects OAuth 2.0 PKCE through X's xurl mcp local bridge, which refreshes tokens so the model inherits your account's scopes; an app-only bearer token also works but gives you read-only access with no user context. Note that early coverage described the server as read-only across the board — X's own docs list bookmark management and article publishing as supported writes, subject to tighter rate limits than reads. The docs server at docs.x.com/mcp needs no auth at all and exposes just two tools, search_x and get_page_x. It is the single easiest server in this entire list to try.
Snowflake's managed server has no shared URL — the endpoint lives inside your account at /api/v2/databases/{database}/schemas/{schema}/mcp-servers/{name}, so the server is a Snowflake object you provision rather than a address you look up. It exposes up to 50 tools spanning Cortex Analyst (natural language to SQL), Cortex Search, Cortex Agents, and direct SQL execution that can be pinned read-only. OAuth 2.0 is the recommended auth; programmatic access tokens work but Snowflake's own docs warn about token leakage.
The broader pattern across all three: the platforms with the most to lose from a runaway agent are the ones bolting their existing authorization model onto MCP rather than adopting plain OAuth. Expect more per-account URLs and more bridges, not fewer.
Database Servers
| Server | Description | Transport |
|---|---|---|
| Supabase | Database, auth, storage, realtime | HTTP |
| PostgreSQL | Direct database access and queries | STDIO |
| MongoDB | Document database integration | STDIO |
| ClickHouse | Fast analytical database queries | STDIO |
| Redis | Caching and data structures | STDIO |
| SQLite | Local database queries | STDIO |
Developer Tools
| Server | Description | Transport |
|---|---|---|
| GitHub | Repos, issues, PRs, workflows, security | HTTP |
| GitLab | Repository and CI/CD integration | STDIO |
| Playwright | Browser automation and testing — #1 on GitHub with 12K+ stars | STDIO |
| Puppeteer | Headless Chrome automation | STDIO |
| Filesystem | Local file read/write operations with granular permission controls | STDIO |
| Chrome DevTools | Debug web pages, inspect DOM/CSS | STDIO |
| Context7 ✨ New | Injects live, version-specific library docs into AI prompts — add "use context7" to any prompt | HTTP |
| Apidog | Access API specs directly — generate accurate code from OpenAPI definitions | STDIO |
AI Tools & Memory
These servers extend AI capabilities with persistent memory, advanced reasoning, and real-time search — essential for building agents that remember context across sessions.
| Server | Description | Transport |
|---|---|---|
| Memory ✨ New | Persistent knowledge graph — stores entities, observations, and relationships across sessions. Built by Anthropic. | STDIO |
| Sequential Thinking ✨ New | Guides Claude through step-by-step reasoning chains — ideal for architectural decisions and complex debugging. | STDIO |
| Perplexity ✨ New | Real-time AI-powered search with citation-rich results — great for research-heavy agent workflows. | STDIO |
Monitoring & Observability
Track errors, query metrics, and manage incidents — these servers connect AI to your monitoring stack.
| Server | Description | Transport |
|---|---|---|
| Sentry | Error tracking, issue triage, performance monitoring | HTTP |
| Datadog | Metrics, logs, traces, and monitor management | STDIO |
| Grafana | Dashboards, panels, alerts, and data sources | STDIO |
| New Relic | APM, errors, and infrastructure metrics | STDIO |
| PagerDuty | Incidents, on-call schedules, alert policies | STDIO |
Productivity & Project Management
| Server | Description | Transport |
|---|---|---|
| Notion | Pages, databases, workspaces | HTTP |
| Monday.com | Boards, items, project management | HTTP |
| Asana | Turn conversations into projects — tasks, timelines, and team assignments that sync automatically | HTTP |
| Linear | Issue tracking, project management | HTTP |
| Slack | Messages, channels, search, team communication | HTTP |
| Atlassian | Jira issues, Confluence pages | HTTP |
| HubSpot | CRM contacts, deals, pipelines, email sequences, and marketing automation | HTTP |
| Google Drive | File access and management | STDIO |
| Google Calendar | Events and scheduling | HTTP |
Payments & E-Commerce
| Server | Description | Transport |
|---|---|---|
| Stripe | Payments, subscriptions, invoices | HTTP |
| PayPal | Invoices, payments, transactions | HTTP |
| Cashfree | Payment gateway, payouts, KYC | HTTP |
| Shopify | Products, cart, checkout | HTTP |
Cloud & Infrastructure
| Server | Description | Transport |
|---|---|---|
| AWS | S3, Lambda, EC2, DynamoDB, CloudWatch | STDIO |
| Cloudflare | Workers, KV, R2 storage, DNS | HTTP/STDIO |
| Vercel | Deployments, logs, environments | HTTP |
| Docker | Container management | STDIO |
| Kubernetes | Cluster management | STDIO |
Automation & Workflows ✨ New
Connect AI to your automation pipelines. These servers let Claude trigger workflows, pass data between apps, and orchestrate multi-step processes without code.
| Server | Description | Transport |
|---|---|---|
| Zapier | Trigger 7,000+ app integrations — connect Claude to Gmail, Sheets, Salesforce, and thousands more | HTTP |
| n8n | Self-hosted workflow automation — build complex agent pipelines with visual node editor | HTTP |
| Clay | Data enrichment, lead research, and CRM pipeline automation powered by 75+ data sources | HTTP |
Design & Creative
| Server | Description | Transport |
|---|---|---|
| Figma | Design-to-code, tokens, FigJam | HTTP |
| ElevenLabs | Text to speech, voice cloning | STDIO |
| Canva | Design creation, templates | STDIO |
SEO & Analytics
| Server | Description | Transport |
|---|---|---|
| Ahrefs | Backlinks, keywords, traffic analysis, competitor research | HTTP |
| Semrush | SEO data, traffic analytics, competitor intelligence | HTTP |
| Amplitude | Product analytics, funnel analysis, user journeys, A/B test results — renders interactive charts in Claude | HTTP |
| Google Analytics | Website traffic, conversions, audience reports | STDIO |
Search & Data
| Server | Description | Transport |
|---|---|---|
| Brave Search | Privacy-focused web search with no tracking | STDIO |
| Exa | AI-powered semantic search — finds concepts, not just keywords | HTTP |
| Tavily | Search API purpose-built for AI agents — real-time web + filtering | STDIO |
| Fetch | Web page fetching and content extraction | STDIO |
| Perplexity ✨ New | AI-native search with cited answers — ideal for research-heavy agent workflows | STDIO |
Quick Setup Example
Add remote MCP servers to your Claude Desktop, Cursor, or Claude Code config. The HTTP servers listed above require no local installation — just add the URL.
Claude Desktop / Cursor
{
"mcpServers": {
"supabase": {
"url": "https://mcp.supabase.com/mcp"
},
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/"
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
}
}
}
Claude Code (~/.claude.json)
{
"mcpServers": {
"supabase": {
"url": "https://mcp.supabase.com/mcp"
},
"github": {
"url": "https://api.githubcopilot.com/mcp/"
},
"context7": {
"url": "https://mcp.context7.com/mcp"
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}
Getting Started
- Claude Desktop Setup Guide — Configure MCP servers in Claude
- Cursor IDE Setup Guide — Configure MCP servers in Cursor
- MCP Playground — Test any server instantly online
- MCP Registry — Browse 10000+ MCP servers
Ready to test these MCP servers?
Frequently Asked Questions
What are MCP servers?+
What's the difference between HTTP and STDIO transport?+
STDIO: Local servers that run on your machine. Faster performance and work offline.
Are these MCP servers free to use?+
How do I test an MCP server?+
Can I use multiple MCP servers at once?+
What are MCP Apps launched in January 2026?+
What is Context7 MCP and why is it useful?+
What are the Memory and Sequential Thinking MCP servers?+
Sequential Thinking: Guides Claude through structured reasoning chains, ideal for architectural decisions, debugging, and multi-step problem solving. Both are installed via npx.
🤖 Test any of these servers with AI — in your browser
MCP Agent Studio lets you paste any MCP server URL and have a real AI conversation that drives its tools — Claude, GPT, Gemini, DeepSeek and 10+ more. No install, no API keys, free credits on sign-up.
For the tool-heavy servers, pair them with the flagship model — see Claude Fable 5 + MCP servers.
Written by Nikhil Tiwari
15+ years in product development. AI enthusiast building developer tools that make complex technologies accessible to everyone.
Free MCP Tools (no install)
Build, compare & ship MCP agents — free
Connect any MCP server, compare 40+ models side-by-side, deploy hosted servers, and save reusable agents you can export as an API — all in your browser.
✦ Free credits on sign-up · no credit card needed