Manage Claude Code MCP servers, skills, plugins, hooks, and config profiles in one desktop 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": {
"cchub": {
"command": "npx",
"args": [
"-y",
"boxxapp23-pixel/cchub"
]
}
}
}
Run in terminal:
claude mcp add cchub npx -y boxxapp23-pixel/cchub
Add to .cursor/mcp.json:
{
"mcpServers": {
"cchub": {
"command": "npx",
"args": [
"-y",
"boxxapp23-pixel/cchub"
]
}
}
}