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

37 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 includes a Claude Desktop config, plus Cursor, VS Code, and Windsurf where the tool supports them — 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

Guides
How DReview Verifies MCP Listings

Every listing on DReview passes through a human review before it goes live — a real repo, a real license, install configs that are actually tested, not copy-pasted from a README that might be stale.

Read guide →
Guides
Finding & Vetting MCP Servers on GitHub

MCP servers on GitHub come from four different places — the official repo, company org accounts, community awesome-lists, and solo maintainers — each with a different built-in trust level. A real checklist (commit recency, permissions requested, license, maintainer history) for telling a trustworthy server from one that will waste your afternoon.

Read guide →
Guides
Which AI Coding Tools Actually Support MCP?

Claude Desktop, Claude Code, Cursor, VS Code, and Windsurf all have native MCP support in 2026 — plus a growing list of extensions like Cline, Continue, Zed, and JetBrains's AI Assistant. Here's what's actually native vs. add-on, and how to tell the difference before you assume a tool supports it.

Read guide →
Guides
MCP vs. REST API: What’s Actually Different

MCP and REST API solve different problems and aren't really competing designs — REST is a convention for building HTTP APIs a human developer integrates once; MCP is a protocol for letting an AI agent discover and call tools dynamically, often by wrapping an existing REST API underneath.

Read guide →
Guides
Local vs. Remote MCP Servers

Every MCP server on DReview is tagged local or remote — here's what that actually means for setup, data access, and trust, with real examples from the directory.

Read guide →
Tutorials
How to Build Your First MCP Server

A practical walkthrough for building a working MCP server with the official TypeScript SDK — from scaffolding a project to testing it in the MCP Inspector and wiring it into Claude Desktop.

Read guide →

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, plus Cursor, VS Code, and Windsurf for tools that support them, 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.