MCP Server Directory Lists 1000+ Servers Across 20 Categories

A new directory has been created that catalogs over 1000 MCP (Model Context Protocol) servers across 20 categories. The directory includes install commands and configuration snippets for each server, eliminating the need to search through README files.
Key Details
The directory contains servers across these categories:
- Databases (PostgreSQL, SQLite, MongoDB, Supabase, Neon, Redis...)
- Developer Tools (Context7, Chrome DevTools, Playwright...)
- Browser Automation (Firecrawl, Puppeteer, Browserbase...)
- AI & ML (local RAG, memory, embeddings, Ollama...)
- Cloud & DevOps (AWS, Docker, Kubernetes, Terraform...)
- File System, Version Control, Security and 10 more categories
There's also a dedicated section for remote MCP servers that are cloud-hosted and don't require local setup.
The directory is described as a solution to the problem of finding quality MCP servers as MCP support expands beyond Claude to tools like Cursor, Cline, Zed, and Continue. Users can search for servers using the command mcpcmd.
The directory is free to browse and free to submit servers to. The creator is seeking feedback on what might be missing, particularly in the AI & ML and self-hosted categories.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Baton: A Desktop App for Managing Multiple AI Coding Agents
Baton is a desktop application that helps developers manage multiple AI coding agents across isolated workspaces. It provides real terminal sessions, git worktree isolation, and status monitoring for agents like Claude Code, Codex CLI, OpenCode, and Gemini CLI.

SkyClaw Adds Encrypted Chat-Based API Key Setup for AI Agents
SkyClaw implements AES-256-GCM encrypted key ingestion through chat, intercepting key commands at the system layer so the LLM never sees API keys and using one-time key encryption so messaging platforms only see ciphertext.

Prompt-Master: Claude Skill for Generating Accurate AI Tool Prompts
Prompt-Master is a free Claude skill that writes accurate prompts for various AI tools including Cursor, Claude Code, GPT, Midjourney, Kling, and Eleven Labs. The tool has reached 600+ stars on GitHub and processes 4000+ traffic.

Context Mode: An MCP Server That Compresses Tool Outputs for Claude Code
Context Mode is an MCP server that sits between Claude Code and tool outputs, processing them in sandboxes and returning only summaries. It reduces 315 KB of MCP output to 5.4 KB, extending session time before slowdown from ~30 minutes to ~3 hours.