Command+K for Claude Desktop
com.commandplusk/command-k
Set up and run an in-product AI assistant: widgets, knowledge, MCP connections, usage.
client:Claude Desktop
transport:streamable-http
Install Command+K in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"command-k": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://commandplusk.com/api/public/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