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.
@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 Read, write, list, and search files in scoped local directories.
→ Let the agent edit a project on disk without leaving the chat.
npx -y @modelcontextprotocol/server-filesystem /path/to/dir
Full GitHub API access: issues, PRs, code search, Actions, repos.
→ Triage issues, open PRs, review code, run workflows from the agent.
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
GitLab projects, MRs, issues, pipelines via the GitLab REST API.
→ For self-hosted GitLab teams that want the same agent UX as GitHub.
npx -y @modelcontextprotocol/server-gitlab
List, read, and search files in your Google Drive.
→ Pull a spec doc or sheet into the agent without copy-paste.
npx -y @modelcontextprotocol/server-gdrive
Read channels, post messages, search history, manage threads.
→ Agent can DM teammates, summarize a channel, or post a release note.
npx -y @modelcontextprotocol/server-slack
Read-only SQL queries against a Postgres database with schema introspection.
→ Let the agent explore tables and answer data questions safely.
npx -y @modelcontextprotocol/server-postgres postgresql://user:pw@host/db
Read/write to a local SQLite file with schema and query tools.
→ Quickly inspect or edit a local app DB during dev.
uvx mcp-server-sqlite --db-path /path/to/db.sqlite
Headless Chrome — navigate, screenshot, click, evaluate JS.
→ Scrape data, automate flows, or visually QA a deploy.
npx -y @modelcontextprotocol/server-puppeteer
Web + local search using the Brave Search API. 2k free queries/mo.
→ Cheap, privacy-friendly web search for grounding the agent.
npx -y @modelcontextprotocol/server-brave-search
Fetch a URL and convert to Markdown for the agent.
→ Quickest way to give the agent "read this URL" capability.
uvx mcp-server-fetch
Forces the agent to plan in numbered, revisable steps.
→ Boosts reasoning on multi-step coding or research tasks.
npx -y @modelcontextprotocol/server-sequential-thinking
Persistent knowledge graph across sessions — entities, relations, observations.
→ Give the agent durable memory of users, projects, and decisions.
npx -y @modelcontextprotocol/server-memory
Query errors, performance issues, and replays directly from Sentry.
→ Agent fetches the stack trace, finds the bad commit, opens the PR.
https://mcp.sentry.dev/sse
Current time, timezone conversion, scheduling math.
→ Stops the agent from hallucinating "today's date".
uvx mcp-server-time
Workers, KV, R2, D1, Pages, DNS — full Cloudflare control plane.
→ Deploy a Worker, query D1, configure DNS without leaving the agent.
https://observability.mcp.cloudflare.com/sse
Create customers, charges, products, refunds, subscriptions via Stripe API.
→ Let the agent issue refunds or look up a customer's subscription state.
npx -y @stripe/mcp --tools=all --api-key=sk_test_...
Issues, projects, cycles, teams — full Linear graph.
→ Agent creates issues from a meeting note, moves them through workflow.
https://mcp.linear.app/sse
Query databases, create pages, search workspace via Notion API.
→ Turn meeting notes into structured Notion pages with one prompt.
npx -y @notionhq/notion-mcp-server
Jira tickets + Confluence pages — search, create, comment, transition.
→ Sync sprint work to Confluence release notes automatically.
docker run -i --rm -e JIRA_URL ghcr.io/sooperset/mcp-atlassian:latest
Database, auth, storage, edge functions — full Supabase project ops.
→ Agent writes a migration, runs it, then queries the new table.
npx -y @supabase/mcp-server-supabase --access-token=sbp_...
Serverless Postgres branches — create, query, time-travel.
→ Spin up a DB branch for each agent task, throw away when done.
npx -y @neondatabase/mcp-server-neon start <NEON_API_KEY>
CRUD + aggregations on MongoDB Atlas or self-hosted clusters.
→ Inspect documents, build aggregation pipelines without the shell.
npx -y mongodb-mcp-server --connectionString="mongodb+srv://..."
Query MySQL / MariaDB with schema introspection.
→ Same UX as the Postgres server, but for MySQL stacks.
npx -y @benborla29/mcp-server-mysql
GET, SET, list keys, vector search via RediSearch.
→ Inspect cache state and rate-limit counters during incidents.
uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server
Full-text search and aggregations against Elastic clusters.
→ Agent searches logs, builds dashboards, finds patterns.
npx -y @elastic/mcp-server-elasticsearch
Run SQL on Snowflake warehouses with role-scoped access.
→ Analyst-style agent that drafts SQL and returns CSVs.
uvx mcp-snowflake-server
Read, write, search bases — full Airtable schema access.
→ No-code teams can let agents update CRM-style Airtables.
npx -y airtable-mcp-server
Upsert and query vectors in Pinecone serverless indexes.
→ Hot-load RAG data without writing pipeline code.
uvx mcp-pinecone
Store and retrieve semantic memories in Qdrant collections.
→ Give the agent long-term semantic memory with embedded payloads.
uvx mcp-server-qdrant
Embedded or remote Chroma collections — add, query, get.
→ Local-first RAG for agents working on private documents.
uvx chroma-mcp
Hybrid search (vector + keyword) on Weaviate schemas.
→ Best when you need filters + vectors in the same query.
npx -y @weaviate/mcp-server
Open-source vector DB at billion-scale — collections, search, insert.
→ When Pinecone's pricing breaks at scale, this is the answer.
uvx mcp-server-milvus
Real Playwright in a sandbox — navigate, click, evaluate, snapshot.
→ Better than Puppeteer for cross-browser testing and complex flows.
npx -y @playwright/mcp@latest
Cloud-hosted headless Chrome — stealth, residential IPs, session replay.
→ Scrape sites that block local Puppeteer / Playwright.
npx -y @browserbasehq/mcp
Crawl entire sites, extract structured data, scrape into LLM-ready Markdown.
→ One tool replaces 80% of scraping infra for agent pipelines.
env FIRECRAWL_API_KEY=fc-... npx -y firecrawl-mcp
Run any Apify Actor (5,000+) — scrape Google, LinkedIn, IG, anything.
→ Use battle-tested public actors instead of writing your own scrapers.
npx -y @apify/actors-mcp-server
Sonar API — real-time web search with cited answers.
→ Best grounding for "what happened today" style questions.
npx -y @perplexity-ai/mcp-server-perplexity
Neural-search engine built for LLMs — semantic + keyword hybrid.
→ Better-than-Google for finding niche technical docs and papers.
npx -y exa-mcp-server
Search + extract pipeline tuned for agentic workflows. 1k free/mo.
→ Drop-in research agent — search, scrape, summarize in one call.
env TAVILY_API_KEY=tvly-... npx -y tavily-mcp
Read Figma file structure, frames, components, styles into the agent.
→ Best agent → code design handoff in 2026. Cursor + Claude love it.
npx -y figma-developer-mcp --figma-api-key=YOUR_KEY
Generate, edit, export Canva designs from prompts.
→ Marketing agents that produce social-ready visuals.
https://mcp.canva.com/mcp
Read channels, post messages, manage members on Discord guilds.
→ Community-ops agents that auto-welcome and triage tickets.
npx -y mcp-discord --token=...
Read, search, send, label, draft emails in your Gmail account.
→ Inbox-zero agent that drafts replies you approve in one click.
npx -y @gongrzhe/server-gmail-autoauth-mcp
List, create, update, delete events across your calendars.
→ Agent picks a slot that works for all attendees, books it.
npx -y google-calendar-mcp
Send SMS / WhatsApp, place calls, fetch logs via Twilio API.
→ On-call agent that texts you when something breaks.
npx -y @twilio-alpha/mcp
Send transactional + marketing email via Resend.
→ Agent drafts and sends release notes to your newsletter list.
npx -y mcp-send-email
Read conversations, push replies, manage contacts in Intercom.
→ Support-ops agent that triages and answers inbox first-response.
https://mcp.intercom.com/sse
Tasks, projects, sections, comments — full Asana graph.
→ Sync engineering issues to a marketing-team Asana board.
npx -y @roychri/mcp-server-asana
Tasks, lists, folders, custom fields across ClickUp workspaces.
→ Cross-team teams who live in ClickUp instead of Linear.
npx -y @taazkareem/clickup-mcp-server
CRUD on tasks, projects, labels in Todoist.
→ Personal-productivity agents that maintain your real to-do list.
npx -y @abhiz123/todoist-mcp-server
Read/write vault notes, search, follow links via Local REST API.
→ Second-brain agent that organizes your notes by topic.
npx -y obsidian-mcp-server
Schedule meetings, manage event types, check availability via Cal.com API.
→ Agent books a sales demo into your real calendar with buffers.
npx -y cal-mcp
Storefront API — products, collections, carts, customers.
→ Shopping-assistant agents and store-ops automation.
npx -y @shopify/storefront-mcp
Orders, refunds, payouts, subscriptions via PayPal v2 API.
→ For US-centric SaaS taking PayPal alongside Stripe.
npx -y @paypal/agent-toolkit
INR-first payments — orders, subscriptions, refunds, payouts.
→ For India-focused SaaS already on Razorpay (like StackPicks).
npx -y @razorpay/mcp-server
Contacts, deals, companies, tickets — full HubSpot CRM.
→ SDR agent updates deal stage from email replies.
npx -y @hubspot/mcp-server
SOQL queries, object CRUD, Apex run on any Salesforce org.
→ Enterprise-grade ops agents inside SFDC-driven companies.
npx -y salesforce-mcp
Tickets, users, organizations, macros, views.
→ Support-agent ops, ticket triage, customer history lookups.
uvx zendesk-mcp-server
Query events, build insights, create dashboards in PostHog.
→ Agent reads "what happened on launch day" from your funnel.
https://mcp.posthog.com/mcp
JQL queries, funnel reports, user lookups on Mixpanel projects.
→ Same value as PostHog MCP for Mixpanel-shop teams.
npx -y @mixpanel/mcp-server
Pageviews, top sources, country breakdowns from Plausible Stats API.
→ Privacy-first analytics for agents.
npx -y plausible-mcp
Deployments, projects, env vars, logs on Vercel.
→ Agent rolls back a bad deploy by id.
https://mcp.vercel.com/
Manage services, env vars, deployments, plugins on Railway.
→ Spin up a Postgres + worker stack from one agent prompt.
npx -y @railwayapp/mcp
Sites, deploys, env vars, redirects via the Netlify API.
→ Jamstack ops without leaving Cursor.
npx -y @netlify/mcp
Apps, machines, volumes, scale on Fly.io.
→ Multi-region deploy ops by voice.
npx -y @superfly/mcp-fly
Build, run, stop, list containers + images via Docker socket.
→ Local dev agent that spins up a postgres container on demand.
uvx docker-mcp
kubectl-equivalent — pods, deployments, services, logs, exec.
→ On-call agent inspects pods during an incident.
npx -y mcp-server-kubernetes
Spawn isolated cloud sandboxes to run Python / JS / shell code.
→ Agent runs untrusted code (data analysis, scripts) safely.
npx -y @e2b/mcp-server
Run any model on Replicate — image, video, audio, LLMs.
→ Cheapest way to give an agent access to thousands of OSS models.
npx -y replicate-mcp
TTS, voice cloning, dubbing, sound effects via ElevenLabs.
→ Agent that produces podcast intros / explainer voiceovers.
uvx elevenlabs-mcp
Run Flux, SDXL, video models on Fal's realtime infra.
→ Fastest hosted image gen — sub-second SDXL for chat agents.
npx -y fal-mcp
Call any public HF Space as an MCP tool — image, audio, text.
→ Try a model in 30s without writing inference code.
npx -y @llmindset/mcp-hfspace
Run GPT, DALL-E, embedding calls via OpenAI API.
→ Sub-agent pattern — let Claude call OpenAI for a second opinion.
uvx mcp-server-openai
Trace, score, and debug LLM workflows logged in Langfuse.
→ Build observability into agent loops — find slow / expensive spans.
npx -y @langfuse/mcp-server
Run, cancel, inspect GitHub Actions workflows and runs.
→ Agent retries a flaky build instead of you re-clicking.
npx -y github-actions-mcp-server
Search videos, transcripts, channel stats via YouTube Data API.
→ Research agent that pulls + summarizes long-form video.
npx -y youtube-data-mcp-server
Search subs, read threads, post comments via Reddit API.
→ Marketing agents listening for product mentions.
npx -y reddit-mcp-server
Post tweets, search, read DMs via the X API v2.
→ Auto-publish release notes; archive your own threads.
uvx x-mcp
Control playback, search tracks, manage playlists on your account.
→ Mood-based playlist agent. Fun > useful.
uvx spotify-mcp
List, get, put, delete S3 objects and buckets.
→ Agent uploads generated assets to S3 + returns the public URL.
uvx awslabs.s3-mcp
List, read, upload, search Dropbox files.
→ For teams that live in Dropbox instead of Drive.
npx -y mcp-server-dropbox
Read / write secrets in a Vault server with policy scoping.
→ Agent fetches DB password from Vault instead of env files.
npx -y vault-mcp
Read items / secrets from a 1Password vault via Service Account.
→ Same as Vault but for teams already on 1Password Business.
npx -y @1password/mcp-server-1password
Create posts, manage media, list comments via WP REST API.
→ Auto-publish blog posts from agent-generated drafts.
npx -y @automattic/mcp-wordpress-remote
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.
~/Library/Application Support/Claude/claude_desktop_config.json (Mac){
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/projects"]
}
}
}.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_..." }
}
}
}/mcp command inside Claude Code to add it via OAuth without editing JSON.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.