Open-source client libraries for Kaval — the Node & Python SDKs and the MCP server (thin clients for the hosted API).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kaval-clients": {
"command": "npx",
"args": [
"-y",
"LufeMC/kaval-clients"
]
}
}
}
Run in terminal:
claude mcp add kaval-clients npx -y LufeMC/kaval-clients
Add to .cursor/mcp.json:
{
"mcpServers": {
"kaval-clients": {
"command": "npx",
"args": [
"-y",
"LufeMC/kaval-clients"
]
}
}
}