A CLI tool to create MCP (Model Context Protocol) applications with ease.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-kit": {
"command": "npx",
"args": [
"-y",
"my-mcp-hub/mcp-kit"
]
}
}
}
Run in terminal:
claude mcp add mcp-kit npx -y my-mcp-hub/mcp-kit
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-kit": {
"command": "npx",
"args": [
"-y",
"my-mcp-hub/mcp-kit"
]
}
}
}