Kit
Freeby MCP Community
MCP client that turns any MCP server into CLI commands + lightweight agent skills — zero context bloat
v0.1.21Added Apr 12, 2026
mcpmcpkitclaudecursorcodex
Kit MCP Server
MCP client that turns any MCP server into CLI commands + lightweight agent skills — zero context bloat
Installation
Reviews
Installation
Quick install
npx -y @balakumar.dev/mcpkit
Add to claude_desktop_config.json
{
"mcpServers": {
"kit": {
"command": "npx",
"args": ["-y", "@balakumar.dev/mcpkit"]
}
}
}