Remote Desktop Commander for Claude Desktop
app.desktopcommander/remote-desktop-commander
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
client:Claude Desktop
transport:streamable-http
Install Remote Desktop Commander in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"remote-desktop-commander": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.desktopcommander.app/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