StackPicks MCP Directory
About
Curated MCP server directory with install commands, auth notes, and remote-vs-local classification.
Details
- Author
- Unknown
- Categories
- Other, Productivity, Security
Jump to
Curated MCP server directory with install commands, auth notes, and remote-vs-local classification.
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
Launching at 50+ live apps · join the waitlist
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-clickAdd to Cursor· copy JSON for Claude
- → You own the API keys + tokens
13Official56Vendor37Community18Categories
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
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.
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.
Current time, timezone conversion, scheduling math.
→ Stops the agent from hallucinating "today's date".
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.
Query databases, create pages, search workspace via Notion API.
→ Turn meeting notes into structured Notion pages with one prompt.
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.
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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




