StackPicks MCP Directory
Répertoire de serveurs MCP organisé avec commandes d'installation, notes d'authentification et classification distant vs local.
Documentation
Coming soon
StackPicks ConnectOne MCP. All your apps.
Connect GitHub, Gmail, Slack, Notion, and 814+ more apps through StackPicks. Paste one config into Claude. Every connected app becomes available — no per-app install, no token juggling.
- ✓ One-click OAuth — no API keys to manage
- ✓ Add an app later → Claude sees it instantly
- ✓ Works in Claude, Cursor, OpenAI, every MCP agent
- ✓ Bundled in ₹99 / $2.99 lifetime — no subscription
Preview 818+ apps
Launching at 50+ live apps · join the waitlist
For developers
MCP Server Directory106 servers · pick what you need.
The full catalog of Model Context Protocol servers — Anthropic official, vendor-built, and community. Copy install commands, manage your own credentials, run locally or connect remotely.
- → 13 official · 56 vendor · 37 community
- → Local servers (filesystem, postgres) that Connect can't do
- → One-click Add to Cursor · copy JSON for Claude
- → You own the API keys + tokens
Browse the directory
Free · No login required
13 Official 56 Vendor 37 Community 18 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 — 106 servers below.Full guide
106 servers
Filesystem
Official
Built by Anthropic
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
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.
LocalAuth required
Code & Dev toolsDevOps / Infra
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
GitLab
Official
Built by Anthropic
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
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.
LocalAuth required
StorageProductivity
npx -y @modelcontextprotocol/server-gdrive
Slack
Official
Built by Anthropic
Read channels, post messages, search history, manage threads.
→ Agent can DM teammates, summarize a channel, or post a release note.
LocalAuth required
Communication
npx -y @modelcontextprotocol/server-slack
PostgreSQL
Official
Built by Anthropic
Read-only SQL queries against a Postgres database with schema introspection.
→ Let the agent explore tables and answer data questions safely.
LocalAuth required
Database
npx -y @modelcontextprotocol/server-postgres postgresql://user:pw@host/db
SQLite
Official
Built by Anthropic
Read/write to a local SQLite file with schema and query tools.
→ Quickly inspect or edit a local app DB during dev.
Local
Database
uvx mcp-server-sqlite --db-path /path/to/db.sqlite
Puppeteer
Official
Built by Anthropic
Headless Chrome — navigate, screenshot, click, evaluate JS.
→ Scrape data, automate flows, or visually QA a deploy.
Local
Browser Automation
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.
LocalAuth required
Search / Web
npx -y @modelcontextprotocol/server-brave-search
Fetch
Official
Built by Anthropic
Fetch a URL and convert to Markdown for the agent.
→ Quickest way to give the agent "read this URL" capability.
Local
Search / Web
uvx mcp-server-fetch
Forces the agent to plan in numbered, revisable steps.
→ Boosts reasoning on multi-step coding or research tasks.
Local
AI / LLM
npx -y @modelcontextprotocol/server-sequential-thinking
Memory
Official
Built by Anthropic
Persistent knowledge graph across sessions — entities, relations, observations.
→ Give the agent durable memory of users, projects, and decisions.
Local
AI / LLM
npx -y @modelcontextprotocol/server-memory
Sentry
Vendor
Built by Sentry
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
https://mcp.sentry.dev/sse
Time
Official
Built by Anthropic
Current time, timezone conversion, scheduling math.
→ Stops the agent from hallucinating "today's date".
Local
Productivity
uvx mcp-server-time
Cloudflare
Vendor
Built by Cloudflare
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
https://observability.mcp.cloudflare.com/sse
Stripe
Vendor
Built by Stripe
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
npx -y @stripe/mcp --tools=all --api-key=sk_test_...
Linear
Vendor
Built by Linear
Issues, projects, cycles, teams — full Linear graph.
→ Agent creates issues from a meeting note, moves them through workflow.
RemoteAuth required
ProductivityCode & Dev tools
https://mcp.linear.app/sse
Notion
Vendor
Built by Notion
Query databases, create pages, search workspace via Notion API.
→ Turn meeting notes into structured Notion pages with one prompt.
LocalAuth required
ProductivityStorage
npx -y @notionhq/notion-mcp-server
Atlassian (Jira + Confluence)
Community
Built by Sooperset
Jira tickets + Confluence pages — search, create, comment, transition.
→ Sync sprint work to Confluence release notes automatically.
LocalAuth required
ProductivityCode & Dev tools
docker run -i --rm -e JIRA_URL ghcr.io/sooperset/mcp-atlassian:latest
Supabase
Vendor
Built by Supabase
Database, auth, storage, edge functions — full Supabase project ops.
→ Agent writes a migration, runs it, then queries the new table.
LocalAuth required
DatabaseCloud
npx -y @supabase/mcp-server-supabase --access-token=sbp_...
Neon
Vendor
Built by Neon
Serverless Postgres branches — create, query, time-travel.
→ Spin up a DB branch for each agent task, throw away when done.
LocalAuth required
DatabaseCloud
npx -y @neondatabase/mcp-server-neon start <NEON_API_KEY>
MongoDB
Vendor
Built by MongoDB
CRUD + aggregations on MongoDB Atlas or self-hosted clusters.
→ Inspect documents, build aggregation pipelines without the shell.
LocalAuth required
Database
npx -y mongodb-mcp-server --connectionString="mongodb+srv://..."
MySQL
Community
Built by benborla
Query MySQL / MariaDB with schema introspection.
→ Same UX as the Postgres server, but for MySQL stacks.
LocalAuth required
Database
npx -y @benborla29/mcp-server-mysql
Redis
Vendor
Built by Redis
GET, SET, list keys, vector search via RediSearch.
→ Inspect cache state and rate-limit counters during incidents.
LocalAuth required
Database
uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server
Elasticsearch
Vendor
Built by Elastic
Full-text search and aggregations against Elastic clusters.
→ Agent searches logs, builds dashboards, finds patterns.
LocalAuth required
DatabaseSearch / Web
npx -y @elastic/mcp-server-elasticsearch
Run SQL on Snowflake warehouses with role-scoped access.
→ Analyst-style agent that drafts SQL and returns CSVs.
LocalAuth required
DatabaseAnalytics
uvx mcp-snowflake-server
Airtable
Community
Built by domdomegg
Read, write, search bases — full Airtable schema access.
→ No-code teams can let agents update CRM-style Airtables.
LocalAuth required
DatabaseProductivity
npx -y airtable-mcp-server
Pinecone
Community
Built by sirmews
Upsert and query vectors in Pinecone serverless indexes.
→ Hot-load RAG data without writing pipeline code.
LocalAuth required
Vector DBAI / LLM
uvx mcp-pinecone
Qdrant
Vendor
Built by Qdrant
Store and retrieve semantic memories in Qdrant collections.
→ Give the agent long-term semantic memory with embedded payloads.
LocalAuth required
Vector DBAI / LLM
uvx mcp-server-qdrant
Chroma
Vendor
Built by Chroma
Embedded or remote Chroma collections — add, query, get.
→ Local-first RAG for agents working on private documents.
Local
Vector DBAI / LLM
uvx chroma-mcp
Weaviate
Vendor
Built by Weaviate
Hybrid search (vector + keyword) on Weaviate schemas.
→ Best when you need filters + vectors in the same query.
LocalAuth required
Vector DB
npx -y @weaviate/mcp-server
Milvus
Vendor
Built by Zilliz
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
uvx mcp-server-milvus
Playwright
Vendor
Built by Microsoft
Real Playwright in a sandbox — navigate, click, evaluate, snapshot.
→ Better than Puppeteer for cross-browser testing and complex flows.
Local
Browser AutomationCode & Dev tools
npx -y @playwright/mcp@latest
Browserbase
Vendor
Built by Browserbase
Cloud-hosted headless Chrome — stealth, residential IPs, session replay.
→ Scrape sites that block local Puppeteer / Playwright.
LocalAuth required
Browser Automation
npx -y @browserbasehq/mcp
Firecrawl
Vendor
Built by Mendable
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
env FIRECRAWL_API_KEY=fc-... npx -y firecrawl-mcp
Apify
Vendor
Built by Apify
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
npx -y @apify/actors-mcp-server
Perplexity
Vendor
Built by Perplexity
Sonar API — real-time web search with cited answers.
→ Best grounding for "what happened today" style questions.
LocalAuth required
Search / WebAI / LLM
npx -y @perplexity-ai/mcp-server-perplexity
Exa
Vendor
Built by Exa
Neural-search engine built for LLMs — semantic + keyword hybrid.
→ Better-than-Google for finding niche technical docs and papers.
LocalAuth required
Search / Web
npx -y exa-mcp-server
Tavily
Vendor
Built by Tavily
Search + extract pipeline tuned for agentic workflows. 1k free/mo.
→ Drop-in research agent — search, scrape, summarize in one call.
LocalAuth required
Search / Web
env TAVILY_API_KEY=tvly-... npx -y tavily-mcp
Figma
Community
Built by GLips
Read Figma file structure, frames, components, styles into the agent.
→ Best agent → code design handoff in 2026. Cursor + Claude love it.
LocalAuth required
Design
npx -y figma-developer-mcp --figma-api-key=YOUR_KEY
Canva
Vendor
Built by Canva
Generate, edit, export Canva designs from prompts.
→ Marketing agents that produce social-ready visuals.
RemoteAuth required
DesignMedia / Generative
https://mcp.canva.com/mcp
Read channels, post messages, manage members on Discord guilds.
→ Community-ops agents that auto-welcome and triage tickets.
LocalAuth required
Communication
npx -y mcp-discord --token=...
Gmail
Community
Built by GongRzhe
Read, search, send, label, draft emails in your Gmail account.
→ Inbox-zero agent that drafts replies you approve in one click.
LocalAuth required
CommunicationProductivity
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.
LocalAuth required
Productivity
npx -y google-calendar-mcp
Twilio
Vendor
Built by Twilio
Send SMS / WhatsApp, place calls, fetch logs via Twilio API.
→ On-call agent that texts you when something breaks.
LocalAuth required
Communication
npx -y @twilio-alpha/mcp
Resend
Vendor
Built by Resend
Send transactional + marketing email via Resend.
→ Agent drafts and sends release notes to your newsletter list.
LocalAuth required
Communication
npx -y mcp-send-email
Intercom
Vendor
Built by Intercom
Read conversations, push replies, manage contacts in Intercom.
→ Support-ops agent that triages and answers inbox first-response.
RemoteAuth required
CRMCommunication
https://mcp.intercom.com/sse
Asana
Community
Built by roychri
Tasks, projects, sections, comments — full Asana graph.
→ Sync engineering issues to a marketing-team Asana board.
LocalAuth required
Productivity
npx -y @roychri/mcp-server-asana
Tasks, lists, folders, custom fields across ClickUp workspaces.
→ Cross-team teams who live in ClickUp instead of Linear.
LocalAuth required
Productivity
npx -y @taazkareem/clickup-mcp-server
Todoist
Community
Built by abhiz123
CRUD on tasks, projects, labels in Todoist.
→ Personal-productivity agents that maintain your real to-do list.
LocalAuth required
Productivity
npx -y @abhiz123/todoist-mcp-server
Obsidian
Community
Built by cyanheads
Read/write vault notes, search, follow links via Local REST API.
→ Second-brain agent that organizes your notes by topic.
LocalAuth required
ProductivityStorage
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.
LocalAuth required
Productivity
npx -y cal-mcp
Shopify
Vendor
Built by Shopify
Storefront API — products, collections, carts, customers.
→ Shopping-assistant agents and store-ops automation.
LocalAuth required
E-commerce
npx -y @shopify/storefront-mcp
PayPal
Vendor
Built by PayPal
Orders, refunds, payouts, subscriptions via PayPal v2 API.
→ For US-centric SaaS taking PayPal alongside Stripe.
LocalAuth required
Payments
npx -y @paypal/agent-toolkit
Razorpay
Community
Built by Razorpay
INR-first payments — orders, subscriptions, refunds, payouts.
→ For India-focused SaaS already on Razorpay (like StackPicks).
LocalAuth required
Payments
npx -y @razorpay/mcp-server
HubSpot
Vendor
Built by HubSpot
Contacts, deals, companies, tickets — full HubSpot CRM.
→ SDR agent updates deal stage from email replies.
LocalAuth required
CRM
npx -y @hubspot/mcp-server
SOQL queries, object CRUD, Apex run on any Salesforce org.
→ Enterprise-grade ops agents inside SFDC-driven companies.
LocalAuth required
CRM
npx -y salesforce-mcp
Zendesk
Community
Built by reachsumit
Tickets, users, organizations, macros, views.
→ Support-agent ops, ticket triage, customer history lookups.
LocalAuth required
CRMCommunication
uvx zendesk-mcp-server
PostHog
Vendor
Built by PostHog
Query events, build insights, create dashboards in PostHog.
→ Agent reads "what happened on launch day" from your funnel.
RemoteAuth required
Analytics
https://mcp.posthog.com/mcp
Mixpanel
Community
Built by Mixpanel
JQL queries, funnel reports, user lookups on Mixpanel projects.
→ Same value as PostHog MCP for Mixpanel-shop teams.
LocalAuth required
Analytics
npx -y @mixpanel/mcp-server
Plausible
Community
Built by Plausible
Pageviews, top sources, country breakdowns from Plausible Stats API.
→ Privacy-first analytics for agents.
LocalAuth required
Analytics
npx -y plausible-mcp
Vercel
Vendor
Built by Vercel
Deployments, projects, env vars, logs on Vercel.
→ Agent rolls back a bad deploy by id.
RemoteAuth required
CloudDevOps / Infra
https://mcp.vercel.com/
Railway
Vendor
Built by Railway
Manage services, env vars, deployments, plugins on Railway.
→ Spin up a Postgres + worker stack from one agent prompt.
LocalAuth required
CloudDevOps / Infra
npx -y @railwayapp/mcp
Netlify
Vendor
Built by Netlify
Sites, deploys, env vars, redirects via the Netlify API.
→ Jamstack ops without leaving Cursor.
LocalAuth required
CloudDevOps / Infra
npx -y @netlify/mcp
Fly.io
Community
Built by superfly
Apps, machines, volumes, scale on Fly.io.
→ Multi-region deploy ops by voice.
LocalAuth required
CloudDevOps / Infra
npx -y @superfly/mcp-fly
Docker
Community
Built by quantgeekdev
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
uvx docker-mcp
Kubernetes
Community
Built by Flux159
kubectl-equivalent — pods, deployments, services, logs, exec.
→ On-call agent inspects pods during an incident.
LocalAuth required
DevOps / Infra
npx -y mcp-server-kubernetes
E2B Code Interpreter
Vendor
Built by E2B
Spawn isolated cloud sandboxes to run Python / JS / shell code.
→ Agent runs untrusted code (data analysis, scripts) safely.
LocalAuth required
Code & Dev tools
npx -y @e2b/mcp-server
Replicate
Community
Built by mckaywrigley
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
npx -y replicate-mcp
ElevenLabs
Vendor
Built by ElevenLabs
TTS, voice cloning, dubbing, sound effects via ElevenLabs.
→ Agent that produces podcast intros / explainer voiceovers.
LocalAuth required
AI / LLMMedia / Generative
uvx elevenlabs-mcp
Fal.ai
Community
Built by raidendotai
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
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.
Local
AI / LLMMedia / Generative
npx -y @llmindset/mcp-hfspace
OpenAI
Community
Built by pierrebrunelle
Run GPT, DALL-E, embedding calls via OpenAI API.
→ Sub-agent pattern — let Claude call OpenAI for a second opinion.
LocalAuth required
AI / LLM
uvx mcp-server-openai
Langfuse
Vendor
Built by Langfuse
Trace, score, and debug LLM workflows logged in Langfuse.
→ Build observability into agent loops — find slow / expensive spans.
LocalAuth required
AI / LLMAnalytics
npx -y @langfuse/mcp-server
Run, cancel, inspect GitHub Actions workflows and runs.
→ Agent retries a flaky build instead of you re-clicking.
LocalAuth required
Code & Dev toolsDevOps / Infra
npx -y github-actions-mcp-server
YouTube
Community
Built by icraft2170
Search videos, transcripts, channel stats via YouTube Data API.
→ Research agent that pulls + summarizes long-form video.
LocalAuth required
Media / GenerativeSearch / Web
npx -y youtube-data-mcp-server
Community
Built by jordanburke
Search subs, read threads, post comments via Reddit API.
→ Marketing agents listening for product mentions.
LocalAuth required
CommunicationSearch / Web
npx -y reddit-mcp-server
Post tweets, search, read DMs via the X API v2.
→ Auto-publish release notes; archive your own threads.
LocalAuth required
CommunicationMedia / Generative
uvx x-mcp
Spotify
Community
Built by varunneal
Control playback, search tracks, manage playlists on your account.
→ Mood-based playlist agent. Fun > useful.
LocalAuth required
Media / Generative
uvx spotify-mcp
AWS S3
Community
Built by AWS Labs
List, get, put, delete S3 objects and buckets.
→ Agent uploads generated assets to S3 + returns the public URL.
LocalAuth required
StorageCloud
uvx awslabs.s3-mcp
Dropbox
Community
Built by baryhuang
List, read, upload, search Dropbox files.
→ For teams that live in Dropbox instead of Drive.
LocalAuth required
Storage
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.
LocalAuth required
SecurityDevOps / Infra
npx -y vault-mcp
1Password
Vendor
Built by 1Password
Read items / secrets from a 1Password vault via Service Account.
→ Same as Vault but for teams already on 1Password Business.
LocalAuth required
Security
npx -y @1password/mcp-server-1password
WordPress
Vendor
Built by Automattic
Create posts, manage media, list comments via WP REST API.
→ Auto-publish blog posts from agent-generated drafts.
LocalAuth required
StorageProductivity
npx -y @automattic/mcp-wordpress-remote
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
https://mcp.zapier.com/api/mcp/mcp
Exa Search
Vendor
Built by Exa Labs
Neural search over the web — semantic + keyword + research mode.
→ Agentic research and competitive intel beyond keyword search.
LocalAuth required
Search / WebVector DB
npx -y exa-mcp-server
Playwright
Official
Built by Microsoft
Drive a real Chromium / Firefox / WebKit browser locally.
→ Browser automation, screenshots, form-filling with full debugging access.
Local
Browser Automation
npx -y @playwright/mcp@latest
Razorpay
Vendor
Built by Razorpay
India-first payment ops: orders, payments, refunds, payouts, subscriptions.
→ Read payment state, issue refunds, run payouts from the agent.
LocalAuth required
Payments
npx -y razorpay-mcp-server
Atlassian (Jira + Confluence)
Vendor
Built by Atlassian
Official remote MCP for Jira issues + Confluence pages.
→ Move tickets, search Confluence, attach context from the same agent.
RemoteAuth required
ProductivityCode & Dev tools
https://mcp.atlassian.com
Asana
Vendor
Built by Asana
Projects, tasks, sections, custom fields, and search via Asana API.
→ Plan, triage, and re-shuffle work without leaving the agent.
LocalAuth required
Productivity
npx -y @asana/mcp-server
Notion-built MCP — pages, databases, comments, search, properties.
→ Drop the community Notion server and use the canonical one with full API coverage.
LocalAuth required
Productivity
npx -y @notionhq/notion-mcp-server
HubSpot
Vendor
Built by HubSpot
CRM contacts, companies, deals, tickets, marketing emails.
→ Enrich + update CRM records, draft outreach from a single agent.
LocalAuth required
CRM
npx -y @hubspot/mcp-server
Composio
Vendor
Built by Composio
200+ apps via Composio Connect — Salesforce, Slack, Jira, Notion, more.
→ Alt-broker option if you want Composio-style aggregation outside StackPicks.
RemoteAuth required
ProductivityCode & Dev tools
https://mcp.composio.dev
Meta Ads (official)
Vendor
Built byMeta
Official Meta Ads MCP — campaign creation, audiences, insights, creative testing across Facebook + Instagram Ads.
→ Ask Claude to draft + launch + monitor Meta campaigns in plain English.
RemoteAuth required
AnalyticsCRM
https://mcp.facebook.com/ads
AWS MCP (GA)
Vendor
Built by Amazon
Official AWS MCP servers — Bedrock, S3, Lambda, Cost Explorer, CloudWatch, IAM. Hit GA May 2026.
→ Drive AWS resources from an agent without writing boto3 / SDK code.
LocalAuth required
CloudDevOps / InfraStorage
uvx awslabs.cost-explorer-mcp-server@latest
Cloudflare
Vendor
Built by Cloudflare
Workers, R2, D1, KV, Pages, Analytics, DNS. Remote-hosted MCP, OAuth in 30 sec.
→ Deploy Workers, query D1, manage DNS from an agent. Reads logs + analytics.
RemoteAuth required
CloudDevOps / Infra
https://mcp.cloudflare.com/
Groq
Community
Built by Groq
Ultra-low-latency LLM inference (Llama, Mixtral, DeepSeek-V3). Fastest tokens-per-second in production.
→ Route latency-sensitive agent calls through Groq for sub-100ms first-token.
LocalAuth required
AI / LLM
npx -y @groq/mcp-server
DeepSeek
Community
Built byDeepSeek
DeepSeek-V3 and Coder via API — frontier reasoning at ~1/30th the cost of Claude/GPT.
→ Bulk-process tasks where cost matters more than top-tier creative output.
LocalAuth required
AI / LLM
npx -y @deepseek/mcp-server
Query Parquet, CSV, JSON, and S3 data with SQL — no warehouse needed. In-process OLAP.
→ Hand the agent a folder of CSVs and let it answer business questions in SQL.
Local
DatabaseAnalytics
uvx mcp-server-motherduck
Langfuse
Vendor
Built by Langfuse
LLM observability — traces, evals, prompt management, cost tracking.
→ Let an agent query its own production traces to debug regressions.
LocalAuth required
AnalyticsAI / LLM
npx -y @langfuse/mcp-server
ClickHouse
Vendor
Built by ClickHouse
Query columnar OLAP via SQL. Designed for billions of rows / day.
→ Real-time analytics over event streams without DBA bottlenecks.
LocalAuth required
DatabaseAnalytics
uvx mcp-clickhouse
Context7
Vendor
Built by Upstash
Pulls version-accurate docs and code examples for a library straight into the model context.
→ Stops the agent inventing APIs from a version of the library that no longer exists.
Remote
Code & Dev toolsSearch / WebAI / LLM
npx -y @upstash/context7-mcp
Official server for dashboards, Prometheus/Loki queries, alert rules and incidents.
→ Ask why latency spiked and let the agent read the dashboards instead of you.
LocalAuth required
DevOps / InfraAnalytics
uvx mcp-grafana
Terraform
Vendor
Built by HashiCorp
Official HashiCorp server exposing the Terraform Registry — providers, modules, resource schemas.
→ Agent writes HCL against the real provider schema instead of a half-remembered one.
Local
DevOps / InfraCloud
docker run -i --rm hashicorp/terraform-mcp-server
Neo4j
Vendor
Built by Neo4j
Four servers in one repo: natural-language-to-Cypher, graph memory, Aura management, data modeling.
→ Graph-shaped data — dependency trees, social graphs, fraud rings — where SQL joins fall apart.
LocalAuth required
DatabaseVector DB
uvx mcp-neo4j-cypher
monday.com
Vendor
Built by monday.com
Official server for boards, items, updates and users, with a hosted remote endpoint.
→ Turn a standup thread into board items without leaving the editor.
RemoteAuth required
ProductivityCRM
npx @mondaydotcomorg/monday-api-mcp@latest
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.
File: ~/Library/Application Support/Claude/claude_desktop_config.json (Mac)
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/projects"]
}
}
}
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 are there in August 2026?+
StackPicks has indexed 106 production-ready MCP servers across 18 categories, verified August 2026: 13 official Anthropic reference servers, 56 vendor-built servers from companies like GitHub, Cloudflare, Stripe and Supabase, and 37 community servers. The wider ecosystem is larger — this list is the filtered, production-ready subset.
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 106-server MCP directory is free, no signup required. Curated paid content lives at /preview (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.