Community Resources
MCP Server Directory
A curated directory of popular MCP servers that give AI agents access to tools, data sources, and integrations.
What are MCPs?
MCP (Model Context Protocol) servers are lightweight programs that expose tools, resources, and data to AI agents through a standardized interface. Think of them as plugins that let Claude, GPT, and other models interact with the outside world — from reading files to managing cloud infrastructure.
Each MCP server runs locally or remotely and advertises its capabilities. When an AI agent needs to search the web, query a database, or push code to GitHub, it calls the appropriate MCP tool. The protocol handles authentication, input validation, and response formatting.
The servers below are independent, community-maintained projects — Ryzo curates this list but does not endorse or vet their contents. An MCP server runs with access to your environment and credentials, so only install ones you trust. Here's how to install MCPs safely.
Essential
The most widely used MCP servers — core tools for any AI agent setup.
Microsoft
Playwright MCP
Browser automation via accessibility snapshots. Navigate, click, fill forms, take screenshots, and generate tests without vision models.
npx @playwright/mcp@latestGitHub
GitHub MCP Server
Manage repositories, PRs, issues, branches, code search, and GitHub Actions directly from an AI agent.
npx -y @modelcontextprotocol/server-githubGLips
Figma Context MCP
Extracts Figma layout and design data — components, styles, properties — so AI agents can convert designs into code.
npx -y figma-developer-mcp --figma-api-key=YOUR_KEYUpstash
Context7
Fetches current, version-specific documentation for any library directly into LLM context. Replaces stale training data with live docs.
npx -y @upstash/context7-mcpStripe
Stripe MCP
Full Stripe API access — payments, customers, subscriptions, invoices, webhooks. Permissions scoped by restricted API key.
npx -y @stripe/mcp --api-key=YOUR_KEYNotion
Notion MCP
Read/write pages and databases, search workspace, and manage blocks via the official Notion API.
npx -y @notionhq/notion-mcp-serverAnthropic
Filesystem MCP
Secure local filesystem read/write with configurable directory access controls. The foundational tool for local agent workflows.
npx -y @modelcontextprotocol/server-filesystem /path/to/dirSupabase
Supabase MCP
Manage databases, auth, storage, and edge functions via the Supabase platform API.
npx -y @joshuarileydev/supabase-mcp-server1Password
1Password CLI
Credential vault via the op CLI. Agents read secrets at runtime (op read op://vault/item/field) instead of hardcoding API keys in .env files or repos.
brew install --cask 1password-cliSearch & Data
Web search, scraping, and database access for research and data workflows.
Anthropic
Brave Search MCP
Privacy-focused web and local search via Brave Search API with advanced operators like site:, filetype:, and date filters.
npx -y @modelcontextprotocol/server-brave-searchExa AI
Exa MCP
AI-native web search using neural embeddings. Finds semantically relevant results optimized for LLM research workflows.
npx -y exa-mcp-serverFirecrawl
Firecrawl MCP
Converts any website into clean, LLM-ready markdown via scraping, crawling, and structured extraction. Handles JS-rendered pages.
npx -y firecrawl-mcpTavily AI
Tavily MCP
Production-ready AI search with real-time results, content extraction, site mapping, and citation support.
npx -y tavily-mcp@0.1.2Anthropic
Fetch MCP
Lightweight web fetch that converts HTML to LLM-optimized markdown. Good for reading documentation and articles.
uvx mcp-server-fetchAnthropic
PostgreSQL MCP
Read-only PostgreSQL access with schema inspection. Query tables and explore database structure.
npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydbNeon
Neon MCP
Manage Neon serverless Postgres — create databases, run queries, and manage database branches.
npx add-mcp https://mcp.neon.tech/mcpAnthropic
SQLite MCP
Database interaction and business intelligence on local SQLite files with schema exploration and query capabilities.
uvx mcp-server-sqlite --db-path /path/to/db.sqliteApify
Apify MCP
Run 5,000+ pre-built Actors for scraping LinkedIn, Google Maps, Twitter, company websites, and more. The escape hatch when no dedicated MCP exists.
npx -y @apify/actors-mcp-serverPinecone
Pinecone MCP
Vector database for long-term agent memory. Store past content, emails, or campaign outcomes so skills can retrieve "what worked before" by semantic similarity.
npx -y @pinecone-database/mcpDevelopment Tools
Error tracking, code execution, browser automation, and IDE integrations.
Sentry
Sentry MCP
Query errors, issues, and performance traces. Search projects and correlate bugs with code changes.
npx -y @sentry/mcp-serverE2B
E2B MCP
Execute code in secure, isolated cloud sandboxes. Supports Python, JavaScript, and other languages safely.
docker run -i --rm -e E2B_API_KEY mcp/e2bwonderwhy-er
Desktop Commander
Terminal execution, persistent shells, process management, SSH, and diff-based file editing for full local DevOps control.
npx -y @wonderwhy-er/desktop-commanderAnthropic
Git MCP
Read, search, and manipulate local Git repositories — inspect commits, diffs, branches, and file history.
uvx mcp-server-git21st.dev
21st.dev Magic
Generates modern React UI components from natural language prompts directly inside your IDE.
npx -y @21st-dev/magic@latestAnthropic
Sequential Thinking
Structured step-by-step reasoning through reflective thought sequences. Improves complex multi-step problem solving.
npx -y @modelcontextprotocol/server-sequential-thinkingAnthropic
Puppeteer MCP
Headless Chrome automation via Puppeteer. Navigate, click, scrape, and screenshot web pages.
npx -y @modelcontextprotocol/server-puppeteerBrowserbase
Browserbase MCP
Cloud-hosted browser automation with Stagehand. Scale browser tasks without local browser dependencies.
npx @browserbasehq/mcp-server-browserbaseProductivity & Automation
Project management, communication, memory, and workflow automation.
Linear
Linear MCP
Create, search, and manage issues, projects, cycles, and teams in Linear through natural language.
npx -y mcp-remote https://mcp.linear.app/mcpAtlassian
Atlassian MCP
Jira issue management and Confluence page read/write via Rovo. Search, create, and update across Atlassian Cloud.
uvx mcp-atlassianAnthropic
Slack MCP
Search channels, read message history, send messages, and interact with Slack workspaces programmatically.
npx -y @modelcontextprotocol/server-slackAnthropic
Memory MCP
Knowledge graph-based persistent memory across sessions. Store entities, relations, and observations for stateful agents.
npx -y @modelcontextprotocol/server-memoryZapier
Zapier MCP
Connect AI to 8,000+ apps and 40,000+ actions. The broadest-reach automation MCP for non-engineering workflows.
npx mcp-remote https://mcp.zapier.comHubSpot
HubSpot MCP
Manage contacts, companies, deals, tickets, and marketing data in HubSpot CRM.
hs mcp setupAnthropic
Google Drive MCP
Access, search, and read Google Drive files and documents from an AI agent.
npx -y @modelcontextprotocol/server-gdriveGo-to-Market & RevOps
Prospecting, enrichment, outbound, and content tools for sales and revenue teams. Some are official MCPs; others are REST APIs you wire into agents via Zapier, Pipedream, or custom HTTP tools.
Community
Apollo.io MCP
B2B contact database. Search by firmographics, pull verified emails/titles, and push contacts into sequences. Community-maintained MCP over the Apollo API.
npx -y apollo-io-mcp-serverClay
Clay
Waterfall enrichment orchestrator combining 50+ data providers with logic. No official MCP yet — integrate via Clay HTTP API or trigger tables from agents.
# REST API — see docsFindymail
Findymail
Email finder and verifier. Name + company → deliverable email. No official MCP — wire up via REST API or Zapier/Pipedream.
# REST API — see docsInstantly
Instantly.ai
Cold email at scale. Create campaigns, add leads, monitor replies, and pull deliverability metrics. Integrate via REST API — no official MCP yet.
# REST API — see docsHeyReach
HeyReach
LinkedIn automation — connection requests, DMs, and InMail sequences at agency scale. No official MCP — integrate via REST API.
# REST API — see docsOrdinal
Ordinal
Social media scheduling and analytics across LinkedIn, X, and Instagram. AI-assisted drafting, auto-engagement, and viral-pattern insights. No MCP yet — REST API.
# REST API — see docsBeehiiv
Beehiiv
Newsletter platform. Create posts, manage subscribers, and pull engagement data. Integrate via REST API — no official MCP yet.
# REST API — see docsCloud & Infrastructure
Deploy, manage, and monitor cloud services and edge infrastructure.
Cloudflare
Cloudflare MCP
Manage Workers, KV, R2, D1, DNS, Zero Trust, and 2,500+ Cloudflare API endpoints from an AI agent.
npx mcp-remote https://bindings.mcp.cloudflare.com/mcpAWS Labs
AWS MCP Servers
Suite of official AWS MCPs covering full API access, CDK guidance, documentation, Bedrock, and a hosted Knowledge server.
uvx awslabs.aws-api-mcp-server@latestVercel
Vercel MCP
Manage deployments, view logs, control environment variables, and access project settings via AI.
npx mcp-remote https://mcp.vercel.comExplore the full MCP registry
Browse thousands of community-built MCP servers on the official registry.
Visit registry.modelcontextprotocol.io