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

How Mendral Cut LLM Costs by Upgrading to Opus: Triager Pattern, SQL Access, and Sub-Agent Architecture
Mendral switched from Sonnet to Opus 4.6 for CI failure analysis but reduced costs by using a Haiku triager to divert 80% of failures, giving agents SQL access to ClickHouse instead of pushing logs, and spawning cheap sub-agents to do the actual digging.

TideSurf: DOM compression tool reduces web agent token usage 30x, speeds TTFT 12x
TideSurf v0.3 converts rendered DOM to markdown-like compressed format, reducing token consumption by 32x on GitHub pages versus raw DOM while adding 18 interactive tools for LLM agents.

Infracost cuts Claude token usage 79% by redesigning CLI for AI agents
Infracost redesigned its CLI for AI agent callers, cutting Claude output tokens by 79% and API cost by 67% vs a bare-Claude baseline. Key moves: predicate pushdown into the CLI and a token-efficient output format.

Claude Cowork mode explained: file-level task execution vs chat and code modes
Claude's Cowork mode operates inside a chosen folder to perform file-level tasks like organizing messy folders, extracting structured data from screenshots, and combining scattered notes into structured documents.