Claude Desktop
Claude Desktop is Anthropic’s AI assistant packaged as a native desktop app, designed to feel like a smart collaborator living on your computer. It lets you chat with Claude while easily pulling in local files, notes, and documents to work on together. The experience is fast, focused, and built to fit naturally into everyday writing, coding, and research workflows.
Install Claude Desktop
Download and install Claude Desktop on your PC.
Setup AI CoWorker
Open Robpod AI CoWorker on your PC.
Select Claude Desktop as AI provider.
To automatically setup Robpod connector for Claude Desktop click ... → Auto Config. This will connect Robpod AI CoWorker with Claude Desktop.
Otherwise follow step 3 to manually configure the connector.
Click on CONNECT.

Add Robpod Connector to Claude Desktop (Manual Setup)
Click on Settings → Developer → Edit Config
Open the setup file for MCP connectors claude_desktop_config.json
Add the connector as follow:
{
"mcpServers":{
"robpod-coworker":{
"command":"npx",
"args":[
"-y",
"mcp-remote",
"http://127.0.0.1:29696/sse"
]
}
}
}Last updated