Community-maintained reference

MCP Server Reference

Browse, compare, and install Model Context Protocol servers. Copy install commands, explore available tools, and find the right server for your agent.

30 servers indexed9 categories223 tools catalogued19 verified servers

Browse by category

FilesystemVerified
Filesystem

Read and write files, list directories, and search file contents on your local filesystem. Supports recursive directory listing and glob pattern matching.

by Anthropic12.8k11 tools
npx -y @modelcontextprotocol/server-filesystem /path/to/dir
GitHubVerified
DevOps

Interact with GitHub repositories — search code, manage issues and pull requests, create branches, and commit files using the GitHub REST API.

by Anthropic12.8k17 tools
npx -y @modelcontextprotocol/server-github
PostgreSQLVerified
Database

Connect to a PostgreSQL database, run read-only SQL queries, inspect schemas and table definitions, and explore relationships between tables.

by Anthropic12.8k4 tools
npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydb
PlaywrightVerified
APIs & Web

Browser automation with Microsoft Playwright — navigate pages, click elements, fill forms, take screenshots, and execute JavaScript in real browser contexts.

by Microsoft2.4k9 tools
npx -y @playwright/mcp
MemoryVerified
AI

Persistent key-value memory store that survives across conversations. Create, read, update, and delete named memory entries to maintain context over time.

by Anthropic12.8k9 tools
npx -y @modelcontextprotocol/server-memory
SupabaseVerified
Database

Manage Supabase projects — run SQL queries, apply migrations, list tables, fetch logs, and inspect your database schema and edge functions.

by Supabase1.2k8 tools
npx -y @supabase/mcp-server-supabase