Collecting application tips and experiences for Claude Code and MCP service suite. https://claudecode.app
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claudecode-mcpserver": {
"command": "npx",
"args": [
"-y",
"boyso/Claudecode-MCPservers"
]
}
}
}
Run in terminal:
claude mcp add claudecode-mcpserver npx -y boyso/Claudecode-MCPservers
Add to .cursor/mcp.json:
{
"mcpServers": {
"claudecode-mcpserver": {
"command": "npx",
"args": [
"-y",
"boyso/Claudecode-MCPservers"
]
}
}
}