★ 14 stars
Unknown language
🤖 AI/LLM
Updated today
a curated, browsable reference of 50 essential MCP servers for claude, gemini & codex — install commands, official links, and the gotchas that matter
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"50-essential-mcp-ser": {
"command": "npx",
"args": [
"-y",
"Moh4696/50-essential-mcp-servers"
]
}
}
}
Run in terminal:
claude mcp add 50-essential-mcp-ser npx -y Moh4696/50-essential-mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"50-essential-mcp-ser": {
"command": "npx",
"args": [
"-y",
"Moh4696/50-essential-mcp-servers"
]
}
}
}