A curated directory of Model Context Protocol (MCP) servers. Browse by category, find the right server for your AI assistant.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpdirectory": {
"command": "npx",
"args": [
"-y",
"renhongtao2-cell/mcpdirectory"
]
}
}
}
Run in terminal:
claude mcp add mcpdirectory npx -y renhongtao2-cell/mcpdirectory
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpdirectory": {
"command": "npx",
"args": [
"-y",
"renhongtao2-cell/mcpdirectory"
]
}
}
}