Claude Pro Directory is a searchable collection of pre-built configurations, MCP servers, and custom rules designed to enhance Claude AI's performance for specific tasks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"claudepro-directory": {
"command": "npx",
"args": [
"-y",
"JSONbored/claudepro-directory"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add claudepro-directory npx -y JSONbored/claudepro-directory
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"claudepro-directory": {
"command": "npx",
"args": [
"-y",
"JSONbored/claudepro-directory"
]
}
}
}
📋 Copy