The Yellow Pages for AI tool arms
A curated directory of 500+ Model Context Protocol servers, because everyone is building the same plumbing and nobody knows where to find it.

What it does
This is an “awesome list” — a hand-maintained index of MCP servers, the small adapters that let AI assistants (Claude, Cursor, VS Code Copilot, etc.) talk to external tools. Categories span file systems, databases, version control, cloud platforms, social media, even robotics. Each entry gets a one-line description and a link. Think of it as a phone book for a protocol that barely existed six months ago.
The interesting bit
The list doubles as a health warning. A giant red security banner sits at the top explaining that MCP servers run with host-process permissions and can execute arbitrary code — essentially, you’re letting random GitHub repos control your IDE. The “official implementation” star system (⭐) is the only trust signal offered.
Key highlights
- 30+ categories from mundane (note-taking, email) to oddly specific (WhatsApp integration, physical robotics)
- Client compatibility matrix covering 14 hosts including Claude Desktop, Cursor, Zed, VS Code, and niche tools like Goose and Nerve
- Explicit security guidance: sandbox in VMs, review code first, limit permissions
- Marks first/second/third implementations to help users pick between competing options
- Includes tooling section for server management utilities
Caveats
- Curation quality is uneven; some entries are single-maintainer repos with no usage data
- The “production-ready” claim in the intro is aspirational — no testing criteria are defined
- Security warnings are strong but there’s no enforcement mechanism for the star ratings
Verdict
Useful if you’re building with MCP and tired of reinventing file-system access. Skip it if you want tested, audited integrations — this is a starting point, not a seal of approval.