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@latest
Browser AutomationOfficial

GitHub

GitHub MCP Server

Manage repositories, PRs, issues, branches, code search, and GitHub Actions directly from an AI agent.

npx -y @modelcontextprotocol/server-github
Version ControlOfficial

GLips

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_KEY
DesignUI

Upstash

Context7

Fetches current, version-specific documentation for any library directly into LLM context. Replaces stale training data with live docs.

npx -y @upstash/context7-mcp
DocumentationAI Context

Stripe

Stripe MCP

Full Stripe API access — payments, customers, subscriptions, invoices, webhooks. Permissions scoped by restricted API key.

npx -y @stripe/mcp --api-key=YOUR_KEY
PaymentsOfficial

Notion

Notion MCP

Read/write pages and databases, search workspace, and manage blocks via the official Notion API.

npx -y @notionhq/notion-mcp-server
ProductivityOfficial

Anthropic

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/dir
File SystemReference

Supabase

Supabase MCP

Manage databases, auth, storage, and edge functions via the Supabase platform API.

npx -y @joshuarileydev/supabase-mcp-server
DatabaseBaaS

1Password

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-cli
CLISecretsSecurity

Search & 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-search
Web SearchReference

Exa AI

Exa MCP

AI-native web search using neural embeddings. Finds semantically relevant results optimized for LLM research workflows.

npx -y exa-mcp-server
Web SearchAI-native

Firecrawl

Firecrawl MCP

Converts any website into clean, LLM-ready markdown via scraping, crawling, and structured extraction. Handles JS-rendered pages.

npx -y firecrawl-mcp
Web ScrapingData Extraction

Tavily AI

Tavily MCP

Production-ready AI search with real-time results, content extraction, site mapping, and citation support.

npx -y tavily-mcp@0.1.2
Web SearchResearch

Anthropic

Fetch MCP

Lightweight web fetch that converts HTML to LLM-optimized markdown. Good for reading documentation and articles.

uvx mcp-server-fetch
Web FetchReference

Anthropic

PostgreSQL MCP

Read-only PostgreSQL access with schema inspection. Query tables and explore database structure.

npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydb
DatabaseReference

Neon

Neon MCP

Manage Neon serverless Postgres — create databases, run queries, and manage database branches.

npx add-mcp https://mcp.neon.tech/mcp
DatabaseServerless

Anthropic

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.sqlite
DatabaseEmbedded

Apify

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-server
ScrapingGTMOfficial

Pinecone

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/mcp
Vector DBAI MemoryOfficial

Development Tools

Error tracking, code execution, browser automation, and IDE integrations.

Go-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.

Explore the full MCP registry

Browse thousands of community-built MCP servers on the official registry.

Visit registry.modelcontextprotocol.io