stackpicks.dev
Updated May 2026 · 85 servers

MCP Connectors Directory

Every Model Context Protocol server worth installing — categorized, searchable, with copy-paste install commands. Plug them into Claude, Cursor, Cline, or Windsurf and your agent gets real tools instead of guessing.

12 Official39 Vendor-built34 Community18 Categories
MCP = Model Context Protocol. Anthropic-designed open standard (Nov 2024) that lets any LLM client talk to any external tool through a single JSON-RPC interface. Install a server like @modelcontextprotocol/server-postgres, point Claude at it, and now the agent can read your DB. Same pattern for Slack, GitHub, Figma — 80+ servers below.Full guide
85 servers
Anthropic
Filesystem
Official
Built byAnthropic

Read, write, list, and search files in scoped local directories.

Let the agent edit a project on disk without leaving the chat.

Local
Code & Dev tools
Install · npx
npx -y @modelcontextprotocol/server-filesystem /path/to/dir
GitHub
GitHub (official)
Vendor
Built byGitHub

Full GitHub API access: issues, PRs, code search, Actions, repos.

Triage issues, open PRs, review code, run workflows from the agent.

LocalAuth required
Code & Dev toolsDevOps / Infra
Install · docker
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
Anthropic
GitLab
Official
Built byAnthropic

GitLab projects, MRs, issues, pipelines via the GitLab REST API.

For self-hosted GitLab teams that want the same agent UX as GitHub.

LocalAuth required
Code & Dev toolsDevOps / Infra
Install · npx
npx -y @modelcontextprotocol/server-gitlab
Anthropic
Google Drive
Official
Built byAnthropic

List, read, and search files in your Google Drive.

Pull a spec doc or sheet into the agent without copy-paste.

LocalAuth required
StorageProductivity
Install · npx
npx -y @modelcontextprotocol/server-gdrive
Anthropic
Slack
Official
Built byAnthropic

Read channels, post messages, search history, manage threads.

Agent can DM teammates, summarize a channel, or post a release note.

LocalAuth required
Communication
Install · npx
npx -y @modelcontextprotocol/server-slack
Anthropic
PostgreSQL
Official
Built byAnthropic

Read-only SQL queries against a Postgres database with schema introspection.

Let the agent explore tables and answer data questions safely.

LocalAuth required
Database
Install · npx
npx -y @modelcontextprotocol/server-postgres postgresql://user:pw@host/db
Anthropic
SQLite
Official
Built byAnthropic

Read/write to a local SQLite file with schema and query tools.

Quickly inspect or edit a local app DB during dev.

Local
Database
Install · uvx
uvx mcp-server-sqlite --db-path /path/to/db.sqlite
Anthropic
Puppeteer
Official
Built byAnthropic

Headless Chrome — navigate, screenshot, click, evaluate JS.

Scrape data, automate flows, or visually QA a deploy.

Local
Browser Automation
Install · npx
npx -y @modelcontextprotocol/server-puppeteer
Anthropic
Brave Search
Official
Built byAnthropic

Web + local search using the Brave Search API. 2k free queries/mo.

Cheap, privacy-friendly web search for grounding the agent.

LocalAuth required
Search / Web
Install · npx
npx -y @modelcontextprotocol/server-brave-search
Anthropic
Fetch
Official
Built byAnthropic

Fetch a URL and convert to Markdown for the agent.

Quickest way to give the agent "read this URL" capability.

Local
Search / Web
Install · uvx
uvx mcp-server-fetch
Anthropic
Sequential Thinking
Official
Built byAnthropic

Forces the agent to plan in numbered, revisable steps.

Boosts reasoning on multi-step coding or research tasks.

Local
AI / LLM
Install · npx
npx -y @modelcontextprotocol/server-sequential-thinking
Anthropic
Memory
Official
Built byAnthropic

Persistent knowledge graph across sessions — entities, relations, observations.

Give the agent durable memory of users, projects, and decisions.

Local
AI / LLM
Install · npx
npx -y @modelcontextprotocol/server-memory
Sentry
Sentry
Vendor
Built bySentry

Query errors, performance issues, and replays directly from Sentry.

Agent fetches the stack trace, finds the bad commit, opens the PR.

RemoteAuth required
DevOps / InfraAnalytics
Install · remote
https://mcp.sentry.dev/sse
Anthropic
Time
Official
Built byAnthropic

Current time, timezone conversion, scheduling math.

Stops the agent from hallucinating "today's date".

Local
Productivity
Install · uvx
uvx mcp-server-time
Cloudflare
Cloudflare
Vendor
Built byCloudflare

Workers, KV, R2, D1, Pages, DNS — full Cloudflare control plane.

Deploy a Worker, query D1, configure DNS without leaving the agent.

RemoteAuth required
CloudDevOps / Infra
Install · remote
https://observability.mcp.cloudflare.com/sse
Stripe
Stripe
Vendor
Built byStripe

Create customers, charges, products, refunds, subscriptions via Stripe API.

Let the agent issue refunds or look up a customer's subscription state.

LocalAuth required
Payments
Install · npx
npx -y @stripe/mcp --tools=all --api-key=sk_test_...
Linear
Linear
Vendor
Built byLinear

Issues, projects, cycles, teams — full Linear graph.

Agent creates issues from a meeting note, moves them through workflow.

RemoteAuth required
ProductivityCode & Dev tools
Install · remote
https://mcp.linear.app/sse
Notion
Notion
Vendor
Built byNotion

Query databases, create pages, search workspace via Notion API.

Turn meeting notes into structured Notion pages with one prompt.

LocalAuth required
ProductivityStorage
Install · npx
npx -y @notionhq/notion-mcp-server
Sooperset
Atlassian (Jira + Confluence)
Community
Built bySooperset

Jira tickets + Confluence pages — search, create, comment, transition.

Sync sprint work to Confluence release notes automatically.

LocalAuth required
ProductivityCode & Dev tools
Install · docker
docker run -i --rm -e JIRA_URL ghcr.io/sooperset/mcp-atlassian:latest
Supabase
Supabase
Vendor
Built bySupabase

Database, auth, storage, edge functions — full Supabase project ops.

Agent writes a migration, runs it, then queries the new table.

LocalAuth required
DatabaseCloud
Install · npx
npx -y @supabase/mcp-server-supabase --access-token=sbp_...
Neon
Neon
Vendor
Built byNeon

Serverless Postgres branches — create, query, time-travel.

Spin up a DB branch for each agent task, throw away when done.

LocalAuth required
DatabaseCloud
Install · npx
npx -y @neondatabase/mcp-server-neon start <NEON_API_KEY>
MongoDB
MongoDB
Vendor
Built byMongoDB

CRUD + aggregations on MongoDB Atlas or self-hosted clusters.

Inspect documents, build aggregation pipelines without the shell.

LocalAuth required
Database
Install · npx
npx -y mongodb-mcp-server --connectionString="mongodb+srv://..."
benborla
MySQL
Community
Built bybenborla

Query MySQL / MariaDB with schema introspection.

Same UX as the Postgres server, but for MySQL stacks.

LocalAuth required
Database
Install · npx
npx -y @benborla29/mcp-server-mysql
Redis
Redis
Vendor
Built byRedis

GET, SET, list keys, vector search via RediSearch.

Inspect cache state and rate-limit counters during incidents.

LocalAuth required
Database
Install · uvx
uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server
Elastic
Elasticsearch
Vendor
Built byElastic

Full-text search and aggregations against Elastic clusters.

Agent searches logs, builds dashboards, finds patterns.

LocalAuth required
DatabaseSearch / Web
Install · npx
npx -y @elastic/mcp-server-elasticsearch
Isaac Wasserman
Snowflake
Community

Run SQL on Snowflake warehouses with role-scoped access.

Analyst-style agent that drafts SQL and returns CSVs.

LocalAuth required
DatabaseAnalytics
Install · uvx
uvx mcp-snowflake-server
domdomegg
Airtable
Community
Built bydomdomegg

Read, write, search bases — full Airtable schema access.

No-code teams can let agents update CRM-style Airtables.

LocalAuth required
DatabaseProductivity
Install · npx
npx -y airtable-mcp-server
sirmews
Pinecone
Community
Built bysirmews

Upsert and query vectors in Pinecone serverless indexes.

Hot-load RAG data without writing pipeline code.

LocalAuth required
Vector DBAI / LLM
Install · uvx
uvx mcp-pinecone
Qdrant
Qdrant
Vendor
Built byQdrant

Store and retrieve semantic memories in Qdrant collections.

Give the agent long-term semantic memory with embedded payloads.

LocalAuth required
Vector DBAI / LLM
Install · uvx
uvx mcp-server-qdrant
Chroma
Chroma
Vendor
Built byChroma

Embedded or remote Chroma collections — add, query, get.

Local-first RAG for agents working on private documents.

Local
Vector DBAI / LLM
Install · uvx
uvx chroma-mcp
Weaviate
Weaviate
Vendor
Built byWeaviate

Hybrid search (vector + keyword) on Weaviate schemas.

Best when you need filters + vectors in the same query.

LocalAuth required
Vector DB
Install · npx
npx -y @weaviate/mcp-server
Zilliz
Milvus
Vendor
Built byZilliz

Open-source vector DB at billion-scale — collections, search, insert.

When Pinecone's pricing breaks at scale, this is the answer.

LocalAuth required
Vector DB
Install · uvx
uvx mcp-server-milvus
Microsoft
Playwright
Vendor
Built byMicrosoft

Real Playwright in a sandbox — navigate, click, evaluate, snapshot.

Better than Puppeteer for cross-browser testing and complex flows.

Local
Browser AutomationCode & Dev tools
Install · npx
npx -y @playwright/mcp@latest
Browserbase
Browserbase
Vendor
Built byBrowserbase

Cloud-hosted headless Chrome — stealth, residential IPs, session replay.

Scrape sites that block local Puppeteer / Playwright.

LocalAuth required
Browser Automation
Install · npx
npx -y @browserbasehq/mcp
Mendable
Firecrawl
Vendor
Built byMendable

Crawl entire sites, extract structured data, scrape into LLM-ready Markdown.

One tool replaces 80% of scraping infra for agent pipelines.

LocalAuth required
Browser AutomationSearch / Web
Install · npx
env FIRECRAWL_API_KEY=fc-... npx -y firecrawl-mcp
Apify
Apify
Vendor
Built byApify

Run any Apify Actor (5,000+) — scrape Google, LinkedIn, IG, anything.

Use battle-tested public actors instead of writing your own scrapers.

LocalAuth required
Browser Automation
Install · npx
npx -y @apify/actors-mcp-server
Perplexity
Perplexity
Vendor
Built byPerplexity

Sonar API — real-time web search with cited answers.

Best grounding for "what happened today" style questions.

LocalAuth required
Search / WebAI / LLM
Install · npx
npx -y @perplexity-ai/mcp-server-perplexity
Exa
Exa
Vendor
Built byExa

Neural-search engine built for LLMs — semantic + keyword hybrid.

Better-than-Google for finding niche technical docs and papers.

LocalAuth required
Search / Web
Install · npx
npx -y exa-mcp-server
Tavily
Tavily
Vendor
Built byTavily

Search + extract pipeline tuned for agentic workflows. 1k free/mo.

Drop-in research agent — search, scrape, summarize in one call.

LocalAuth required
Search / Web
Install · npx
env TAVILY_API_KEY=tvly-... npx -y tavily-mcp
GLips
Figma
Community
Built byGLips

Read Figma file structure, frames, components, styles into the agent.

Best agent → code design handoff in 2026. Cursor + Claude love it.

LocalAuth required
Design
Install · npx
npx -y figma-developer-mcp --figma-api-key=YOUR_KEY
Canva
Canva
Vendor
Built byCanva

Generate, edit, export Canva designs from prompts.

Marketing agents that produce social-ready visuals.

RemoteAuth required
DesignMedia / Generative
Install · remote
https://mcp.canva.com/mcp
Barry Yip
Discord
Community
Built byBarry Yip

Read channels, post messages, manage members on Discord guilds.

Community-ops agents that auto-welcome and triage tickets.

LocalAuth required
Communication
Install · npx
npx -y mcp-discord --token=...
GongRzhe
Gmail
Community
Built byGongRzhe

Read, search, send, label, draft emails in your Gmail account.

Inbox-zero agent that drafts replies you approve in one click.

LocalAuth required
CommunicationProductivity
Install · npx
npx -y @gongrzhe/server-gmail-autoauth-mcp
takumi0706
Google Calendar
Community
Built bytakumi0706

List, create, update, delete events across your calendars.

Agent picks a slot that works for all attendees, books it.

LocalAuth required
Productivity
Install · npx
npx -y google-calendar-mcp
Twilio
Twilio
Vendor
Built byTwilio

Send SMS / WhatsApp, place calls, fetch logs via Twilio API.

On-call agent that texts you when something breaks.

LocalAuth required
Communication
Install · npx
npx -y @twilio-alpha/mcp
Resend
Resend
Vendor
Built byResend

Send transactional + marketing email via Resend.

Agent drafts and sends release notes to your newsletter list.

LocalAuth required
Communication
Install · npx
npx -y mcp-send-email
Intercom
Intercom
Vendor
Built byIntercom

Read conversations, push replies, manage contacts in Intercom.

Support-ops agent that triages and answers inbox first-response.

RemoteAuth required
CRMCommunication
Install · remote
https://mcp.intercom.com/sse
roychri
Asana
Community
Built byroychri

Tasks, projects, sections, comments — full Asana graph.

Sync engineering issues to a marketing-team Asana board.

LocalAuth required
Productivity
Install · npx
npx -y @roychri/mcp-server-asana
Tahir Aziz
ClickUp
Community
Built byTahir Aziz

Tasks, lists, folders, custom fields across ClickUp workspaces.

Cross-team teams who live in ClickUp instead of Linear.

LocalAuth required
Productivity
Install · npx
npx -y @taazkareem/clickup-mcp-server
abhiz123
Todoist
Community
Built byabhiz123

CRUD on tasks, projects, labels in Todoist.

Personal-productivity agents that maintain your real to-do list.

LocalAuth required
Productivity
Install · npx
npx -y @abhiz123/todoist-mcp-server
cyanheads
Obsidian
Community
Built bycyanheads

Read/write vault notes, search, follow links via Local REST API.

Second-brain agent that organizes your notes by topic.

LocalAuth required
ProductivityStorage
Install · npx
npx -y obsidian-mcp-server
Chuanming Liu
Cal.com
Community

Schedule meetings, manage event types, check availability via Cal.com API.

Agent books a sales demo into your real calendar with buffers.

LocalAuth required
Productivity
Install · npx
npx -y cal-mcp
Shopify
Shopify
Vendor
Built byShopify

Storefront API — products, collections, carts, customers.

Shopping-assistant agents and store-ops automation.

LocalAuth required
E-commerce
Install · npx
npx -y @shopify/storefront-mcp
PayPal
PayPal
Vendor
Built byPayPal

Orders, refunds, payouts, subscriptions via PayPal v2 API.

For US-centric SaaS taking PayPal alongside Stripe.

LocalAuth required
Payments
Install · npx
npx -y @paypal/agent-toolkit
Razorpay
Razorpay
Community
Built byRazorpay

INR-first payments — orders, subscriptions, refunds, payouts.

For India-focused SaaS already on Razorpay (like StackPicks).

LocalAuth required
Payments
Install · npx
npx -y @razorpay/mcp-server
HubSpot
HubSpot
Vendor
Built byHubSpot

Contacts, deals, companies, tickets — full HubSpot CRM.

SDR agent updates deal stage from email replies.

LocalAuth required
CRM
Install · npx
npx -y @hubspot/mcp-server
Salesforce MCP
Salesforce
Community

SOQL queries, object CRUD, Apex run on any Salesforce org.

Enterprise-grade ops agents inside SFDC-driven companies.

LocalAuth required
CRM
Install · npx
npx -y salesforce-mcp
reachsumit
Zendesk
Community
Built byreachsumit

Tickets, users, organizations, macros, views.

Support-agent ops, ticket triage, customer history lookups.

LocalAuth required
CRMCommunication
Install · uvx
uvx zendesk-mcp-server
PostHog
PostHog
Vendor
Built byPostHog

Query events, build insights, create dashboards in PostHog.

Agent reads "what happened on launch day" from your funnel.

RemoteAuth required
Analytics
Install · remote
https://mcp.posthog.com/mcp
Mixpanel
Mixpanel
Community
Built byMixpanel

JQL queries, funnel reports, user lookups on Mixpanel projects.

Same value as PostHog MCP for Mixpanel-shop teams.

LocalAuth required
Analytics
Install · npx
npx -y @mixpanel/mcp-server
Plausible
Plausible
Community
Built byPlausible

Pageviews, top sources, country breakdowns from Plausible Stats API.

Privacy-first analytics for agents.

LocalAuth required
Analytics
Install · npx
npx -y plausible-mcp
Vercel
Vercel
Vendor
Built byVercel

Deployments, projects, env vars, logs on Vercel.

Agent rolls back a bad deploy by id.

RemoteAuth required
CloudDevOps / Infra
Install · remote
https://mcp.vercel.com/
Railway
Railway
Vendor
Built byRailway

Manage services, env vars, deployments, plugins on Railway.

Spin up a Postgres + worker stack from one agent prompt.

LocalAuth required
CloudDevOps / Infra
Install · npx
npx -y @railwayapp/mcp
Netlify
Netlify
Vendor
Built byNetlify

Sites, deploys, env vars, redirects via the Netlify API.

Jamstack ops without leaving Cursor.

LocalAuth required
CloudDevOps / Infra
Install · npx
npx -y @netlify/mcp
superfly
Fly.io
Community
Built bysuperfly

Apps, machines, volumes, scale on Fly.io.

Multi-region deploy ops by voice.

LocalAuth required
CloudDevOps / Infra
Install · npx
npx -y @superfly/mcp-fly
quantgeekdev
Docker
Community
Built byquantgeekdev

Build, run, stop, list containers + images via Docker socket.

Local dev agent that spins up a postgres container on demand.

Local
DevOps / InfraCode & Dev tools
Install · uvx
uvx docker-mcp
Flux159
Kubernetes
Community
Built byFlux159

kubectl-equivalent — pods, deployments, services, logs, exec.

On-call agent inspects pods during an incident.

LocalAuth required
DevOps / Infra
Install · npx
npx -y mcp-server-kubernetes
E2B
E2B Code Interpreter
Vendor
Built byE2B

Spawn isolated cloud sandboxes to run Python / JS / shell code.

Agent runs untrusted code (data analysis, scripts) safely.

LocalAuth required
Code & Dev tools
Install · npx
npx -y @e2b/mcp-server
mckaywrigley
Replicate
Community
Built bymckaywrigley

Run any model on Replicate — image, video, audio, LLMs.

Cheapest way to give an agent access to thousands of OSS models.

LocalAuth required
AI / LLMMedia / Generative
Install · npx
npx -y replicate-mcp
ElevenLabs
ElevenLabs
Vendor
Built byElevenLabs

TTS, voice cloning, dubbing, sound effects via ElevenLabs.

Agent that produces podcast intros / explainer voiceovers.

LocalAuth required
AI / LLMMedia / Generative
Install · uvx
uvx elevenlabs-mcp
raidendotai
Fal.ai
Community
Built byraidendotai

Run Flux, SDXL, video models on Fal's realtime infra.

Fastest hosted image gen — sub-second SDXL for chat agents.

LocalAuth required
AI / LLMMedia / Generative
Install · npx
npx -y fal-mcp
evalstate
Hugging Face
Community
Built byevalstate

Call any public HF Space as an MCP tool — image, audio, text.

Try a model in 30s without writing inference code.

Local
AI / LLMMedia / Generative
Install · npx
npx -y @llmindset/mcp-hfspace
pierrebrunelle
OpenAI
Community

Run GPT, DALL-E, embedding calls via OpenAI API.

Sub-agent pattern — let Claude call OpenAI for a second opinion.

LocalAuth required
AI / LLM
Install · uvx
uvx mcp-server-openai
Langfuse
Langfuse
Vendor
Built byLangfuse

Trace, score, and debug LLM workflows logged in Langfuse.

Build observability into agent loops — find slow / expensive spans.

LocalAuth required
AI / LLMAnalytics
Install · npx
npx -y @langfuse/mcp-server
ko1ynnky
GitHub Actions
Community
Built byko1ynnky

Run, cancel, inspect GitHub Actions workflows and runs.

Agent retries a flaky build instead of you re-clicking.

LocalAuth required
Code & Dev toolsDevOps / Infra
Install · npx
npx -y github-actions-mcp-server
icraft2170
YouTube
Community
Built byicraft2170

Search videos, transcripts, channel stats via YouTube Data API.

Research agent that pulls + summarizes long-form video.

LocalAuth required
Media / GenerativeSearch / Web
Install · npx
npx -y youtube-data-mcp-server
jordanburke
Reddit
Community
Built byjordanburke

Search subs, read threads, post comments via Reddit API.

Marketing agents listening for product mentions.

LocalAuth required
CommunicationSearch / Web
Install · npx
npx -y reddit-mcp-server
vidhupv
X (Twitter)
Community
Built byvidhupv

Post tweets, search, read DMs via the X API v2.

Auto-publish release notes; archive your own threads.

LocalAuth required
CommunicationMedia / Generative
Install · uvx
uvx x-mcp
varunneal
Spotify
Community
Built byvarunneal

Control playback, search tracks, manage playlists on your account.

Mood-based playlist agent. Fun > useful.

LocalAuth required
Media / Generative
Install · uvx
uvx spotify-mcp
AWS Labs
AWS S3
Community
Built byAWS Labs

List, get, put, delete S3 objects and buckets.

Agent uploads generated assets to S3 + returns the public URL.

LocalAuth required
StorageCloud
Install · uvx
uvx awslabs.s3-mcp
baryhuang
Dropbox
Community
Built bybaryhuang

List, read, upload, search Dropbox files.

For teams that live in Dropbox instead of Drive.

LocalAuth required
Storage
Install · npx
npx -y mcp-server-dropbox
ashgw
HashiCorp Vault
Community
Built byashgw

Read / write secrets in a Vault server with policy scoping.

Agent fetches DB password from Vault instead of env files.

LocalAuth required
SecurityDevOps / Infra
Install · npx
npx -y vault-mcp
1Password
1Password
Vendor
Built by1Password

Read items / secrets from a 1Password vault via Service Account.

Same as Vault but for teams already on 1Password Business.

LocalAuth required
Security
Install · npx
npx -y @1password/mcp-server-1password
Automattic
WordPress
Vendor
Built byAutomattic

Create posts, manage media, list comments via WP REST API.

Auto-publish blog posts from agent-generated drafts.

LocalAuth required
StorageProductivity
Install · npx
npx -y @automattic/mcp-wordpress-remote
Zapier
Zapier MCP
Vendor
Built byZapier

8,000+ apps as tools via your existing Zapier Zaps.

Fastest way to give an agent access to your full SaaS stack.

RemoteAuth required
Productivity
Install · remote
https://mcp.zapier.com/api/mcp/mcp

How to connect an MCP server in 60 seconds

Two ways: one-click via the Add to Cursor button on each card (Cursor opens with the config pre-filled), or paste the JSON block into your client's config file. Works identically across Claude Desktop, Claude Code, Cursor, Cline, Windsurf — same shape.

Claude Desktop / Code
File: ~/Library/Application Support/Claude/claude_desktop_config.json (Mac)
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/projects"]
    }
  }
}
Cursor / Cline / Windsurf
File: .cursor/mcp.json or settings UI
{
  "mcpServers": {
    "github": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN",
               "ghcr.io/github/github-mcp-server"],
      "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_..." }
    }
  }
}
For remote MCP servers (anything with a URL in this directory — Linear, Sentry, PostHog, Vercel, Cloudflare), you can also use the /mcp command inside Claude Code to add it via OAuth without editing JSON.
Like this directory?

The full StackPicks directory has 165+ OSS picks with honest curator takes.

Same vibe as this page — searchable, categorized, no fluff — but for every open-source tool worth shipping with. Lifetime access, one payment.

Frequently asked questions

What is the Model Context Protocol (MCP)?+

MCP is an open standard released by Anthropic in November 2024. It defines a single JSON-RPC interface so any LLM client (Claude, Cursor, Cline, Windsurf, Continue) can connect to any external tool — databases, GitHub, Slack, Figma — without writing custom integration code.

How many MCP servers exist in May 2026?+

StackPicks has indexed 89 production-ready MCP servers across 18 categories. The ecosystem includes ~15 official Anthropic reference servers, ~35 vendor-built servers from companies like GitHub, Cloudflare, Stripe, Supabase, and ~40 high-quality community servers.

How do I install an MCP server?+

Two paths: (1) Click "Add to Cursor" on any card here — Cursor opens with the install dialog pre-filled. (2) Manually edit your client config: claude_desktop_config.json (Claude Desktop), .cursor/mcp.json (Cursor), or the settings UI (Cline/Windsurf). The JSON shape is identical across all clients.

Which MCP servers should I install first?+

Start with five official Anthropic servers: Filesystem (file edits), GitHub (issues + PRs), Fetch (read URLs), Sequential Thinking (better planning), and Memory (persistent knowledge graph). Together they cover 80% of real workflows. All are listed in the directory above.

Are remote MCP servers different from local?+

Yes. Local MCP servers run as subprocesses on your machine (stdio transport). Remote MCP servers are hosted by the vendor and authenticate via OAuth — Linear, Sentry, PostHog, Cloudflare, Vercel ship remote servers so you never hold raw API keys. Both are listed with their transport type in the directory.

Is this MCP directory free?+

Yes. The full 89-server MCP directory is free, no signup required. Curated paid content lives at /preview (165+ open-source repos with curator takes) and the stack bundles at /build. Lifetime access is ₹99 / $2.99.

Built an MCP server we missed? Submit it → We update this directory monthly with full credit to maintainers.