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.
Trending this week
How DReview works
From finding a tool to running it, in three steps.
Browse by category
View all categories →Guides & tutorials
View all posts →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.
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.
Stop context-switching. Start building.
Why developers are wiring MCP servers into their agents instead of hand-rolling API integrations.
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.