the-ride-never-ends/claudes_toolbox
A server application that exposes CLI programs and functions via the Model Context Protocol (MCP), making them accessible to AI assistants through different interfaces (Claude Code, Claude Desktop, Copilot, etc.).
Platform-specific configuration:
{
"mcpServers": {
"claudes_toolbox": {
"command": "npx",
"args": [
"-y",
"claudes_toolbox"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...