Answer 5 quick questions about your stack and workflow. Get a personalized list of 5 to 8 MCP servers with copy-paste install commands.
Full searchable index of every MCP server we track, with usage examples.
MCP DirectoryMCP setup guides, server reviews, and protocol deep-dives on the blog.
MCP Blog PostsAn MCP (Model Context Protocol) server exposes tools, resources, and prompts to AI clients like Claude Code, Cursor, or Zed. Think of it as a typed plugin layer that lets your AI editor read files, query databases, search the web, or hit any API.
Use `claude mcp add` from the terminal, e.g. `claude mcp add filesystem -- npx -y @modelcontextprotocol/server-filesystem ~/Developer`. You can also edit `~/.claude/settings.json` directly under the `mcpServers` key.
Yes. Cursor reads `~/.cursor/mcp.json` and Zed has built-in MCP support. Most MCP servers are client-agnostic, so the same npx command works across editors.
Filesystem, GitHub, Postgres, Slack, Brave Search, Puppeteer, Fetch, SQLite, Memory, and Time are the most commonly installed. The right pick depends on your stack and workflow - take the quiz above for a personalized list.
Stick to official `@modelcontextprotocol/*` packages and well-known community servers. Always review what scopes a server requests (filesystem paths, API tokens) before adding it to your config.

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.