Blog

Guides on building and using MCP servers and Skills.

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.
DReview Team · 8/30/2026
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.
DReview Team · 8/6/2026
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.
DReview Team · 8/5/2026
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.
DReview Team · 8/5/2026
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.
DReview Team · 7/20/2026
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.
DReview Team · 7/18/2026

FAQ

New posts go up as real, practical topics come up — building MCP servers, comparing transport types, integration patterns — rather than on a fixed schedule. Every post is written by the DReview team, not auto-generated.