36 tools listed·free to submit

Awesome MCP servers & Skills for your agent

An awesome, browsable list of open-source MCP servers and Claude/Cursor-style Skills — search, compare, and install with the exact config snippet for your client.

36 tools

Trending this week

How DReview works

From finding a tool to running it, in three steps.

1
Search & compare
Filter by category, transport (local stdio or remote SSE), and language until you find the right server or Skill.
2
Pick your client
Every listing shows install tabs for Claude Desktop, Cursor, VS Code, and Windsurf — pick the one you use.
3
Copy & install
Paste the exact config snippet into your client's MCP config file. No guessing at flags or arguments.
Every listing ships with install configs for:
Claude Desktop
Cursor
VS Code
Windsurf

Browse by category

View all categories →

Guides & tutorials

View all posts →

Stop context-switching. Start building.

Why developers are wiring MCP servers into their agents instead of hand-rolling API integrations.

No manual API key juggling
An MCP server holds its own connection and auth — your agent calls a tool, not a raw API endpoint you have to wire up by hand.
One protocol, every client
Configure a server once and it works the same way in Claude Desktop, Cursor, VS Code, or Windsurf — no per-client integration code.
Standardized data access
Databases, browsers, chat platforms — all exposed through the same tool-calling shape, so an agent doesn't need a bespoke adapter for each.
Built for agentic workflows
MCP was designed for how agents actually work: discovering capabilities at runtime, not hardcoding what's available ahead of time.

What is DReview?

DReview is a free, open directory of Model Context Protocol (MCP) servers and Claude/Cursor-style Skills. Every listing includes the exact install config for Claude Desktop, Cursor, VS Code, and Windsurf, so you can go from finding a tool to running it in one copy-paste — no digging through a GitHub README to figure out the right flags.

What is an MCP server?

An MCP server is a program that exposes a specific capability — a database connection, a browser, a chat platform — to an AI agent using the Model Context Protocol, an open standard originally introduced by Anthropic. A client like Claude Desktop or Cursor connects to it, and the agent gains access to whatever tools the server defines. Servers run one of two ways: local (stdio), as a subprocess on your own machine, or remote (SSE), hosted centrally so any client can connect over HTTPS. A Skill is a lighter-weight variant of the same idea, bundled directly with a specific client instead of running as its own process.

FAQ

Yes — browsing, installing, and submitting a tool are all free, with no account required to browse. Creating an account is only needed to submit your own listing or see analytics for it.