CLI bridge that wraps MCP servers as bash-invokable commands, recovering ~11K tokens of context window per session
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp2cli": {
"command": "npx",
"args": [
"-y",
"rodaddy/mcp2cli"
]
}
}
}
Run in terminal:
claude mcp add mcp2cli npx -y rodaddy/mcp2cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp2cli": {
"command": "npx",
"args": [
"-y",
"rodaddy/mcp2cli"
]
}
}
}