KBD Machine for Claude Desktop
com.kbdsystems/machine
Your KBD business, connected to your AI: reads, drafts, approvals — nothing sends without your yes.
client:Claude Desktop
transport:streamable-http
Install KBD Machine in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"machine": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{business}.kbdsystems.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs