Web dashboard for managing Claude Code agents, skills, commands, plugins, and MCP servers across multiple accounts
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-manager": {
"command": "npx",
"args": [
"-y",
"sithikaf/claude-manager"
]
}
}
}
Run in terminal:
claude mcp add claude-manager npx -y sithikaf/claude-manager
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-manager": {
"command": "npx",
"args": [
"-y",
"sithikaf/claude-manager"
]
}
}
}