LM Studio
4
Last updated
LM Studio is a desktop app that lets you run powerful AI language models directly on your own computer—no internet or cloud required. With a clean, user-friendly interface, you can easily download models, chat with them, and tweak how they behave. It’s a great way to explore AI hands-on while keeping full control over your data and privacy.
Download and install LM Studio on your PC.
To use LM Studio, you first need to download an LLM model. For compatibility with Robpod AI CoWorker, the selected model must support tool-calling functionality.
Here you can find a couple of models that works great:
Open Robpod AI CoWorker on your PC.
Select LM Studio as AI provider.
To automatically setup Robpod connector for LM Studio click ... → Auto Config. This will connect Robpod AI CoWorker with LM studio.
Otherwise follow step 4 to manually configure the connector.
Click on CONNECT.

Follow this step only if you need to manually setup the connector. If you have use the Auto Config option you can skip this step.
Click on Show Settings → Program → Integrations → Edit mcp.json
The setup file for MCP connectors will open. Add the connector as follow:
{
"mcpServers":{
"robpod-coworker":{
"url":"http://127.0.0.1:29696/mcp",
"timeout":120000
}
}
}Last updated