MCP client plugin — connects to MCP servers and registers tools as native CLI commands
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-client": {
"command": "npx",
"args": [
"-y",
"hesedcasa/mcp-client"
]
}
}
}
Run in terminal:
claude mcp add mcp-client npx -y hesedcasa/mcp-client
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-client": {
"command": "npx",
"args": [
"-y",
"hesedcasa/mcp-client"
]
}
}
}