Integrations
Integrations let a tool-capable model work with services and resources beyond the conversation. LLMster sends the selected integration IDs to LM Studio, where the MCP servers are configured.
Set up the host
Section titled “Set up the host”- Configure the MCP server in LM Studio’s
mcp.json, following that integration’s installation and authentication instructions. - Enable Require Authentication and Allow calling servers from mcp.json in LM Studio’s Server Settings. Use an API token with the required permissions.
- Confirm the integration works on the host and note its exact ID, such as
mcp/playwright.
See LM Studio’s MCP API guide and server settings. Configuring an ID in the client does not install the corresponding server or authenticate it to another service.
Add it to LLMster
Section titled “Add it to LLMster”Open Settings → Integrations. The app includes a starting list of integration IDs. Use Edit to remove entries you do not need, or add the exact ID expected by your server.
Defaults on this screen select integrations for newly created chats. Configure an existing conversation separately.
Enable tools in a conversation
Section titled “Enable tools in a conversation”- Choose a model with Tools capability.
- Open Chat Settings → Integrations and enable the integration needed for this task.
- Send a specific request that calls for its tools.
- Enable Render Tool Calls in Chat Settings → Models if you want the tool activity visible in the conversation.
Changing these toggles affects future requests. A capable model decides whether to call a tool; switching one on does not force every response to use it.
If nothing happens, check the exact ID, host configuration, token permissions, per-chat toggle, and model capabilities. Continue with integration troubleshooting.