★ 1 stars
HTML
📁 File System
Updated 1d ago
Curated directory of 26 MCP servers. Browse by category: legal, dev tools, communication, security, agent infra.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-directory": {
"command": "npx",
"args": [
"-y",
"Rumblingb/mcp-server-directory"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-directory npx -y Rumblingb/mcp-server-directory
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-directory": {
"command": "npx",
"args": [
"-y",
"Rumblingb/mcp-server-directory"
]
}
}
}