MCP Directory
Back

50-essential-mcp-servers

by Moh4696 · ★ 98

a curated, browsable reference of 50 essential MCP servers for claude, gemini & codex — install commands, official links, and the gotchas that matter

Install

git clone https://github.com/Moh4696/50-essential-mcp-servers.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "50-essential-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "github:Moh4696/50-essential-mcp-servers"
      ]
    }
  }
}

From the README

the model context protocol started life as a niche anthropic spec in late 2024. eighteen months later it's the standard plug every serious AI agent speaks — claude code, gemini cli, codex, cursor, windsurf, all of them. the pitch is boringly simple: instead of every model writing a custom integration for every tool, each model speaks MCP once and every tool that speaks it back becomes available. anthropic calls it a usb-c port for AI. that's the right mental model. the catalog is now enormous. over 20,000 servers sit on public registries and the sdk was pulling ~97 million downloads a month b…
Read full README on GitHub →

Related ai & ml servers