Clients
LM Studio
Requirements
LM Studio version 0.3.17 or later is required for MCP support.
Quick Setup
Click the button below to automatically add Macuse to LM Studio:
Manual Configuration
LM Studio uses the same mcp.json format as Cursor for server configuration.
Option 1: stdio (Recommended)
- Open LM Studio
- Navigate to the Program tab in the right sidebar
- Select Install > Edit mcp.json
- Add the following configuration:
{
"mcpServers": {
"macuse": {
"command": "/Applications/Macuse.app/Contents/MacOS/macuse",
"args": ["mcp"]
}
}
}- Save and restart LM Studio
Option 2: HTTP with Bearer Token
If stdio doesn't work, you can connect via HTTP using a Bearer Token:
- Navigate to Program > Install > Edit mcp.json in LM Studio
- Add the server URL first (without headers):
{
"mcpServers": {
"macuse": {
"url": "http://127.0.0.1:35729/mcp"
}
}
}- Save and restart LM Studio, let it attempt to connect
- After three failed connection attempts, Macuse will show a popup to generate a token
- Click Generate Token and copy the configuration snippet
- Update the configuration with the Bearer Token:
{
"mcpServers": {
"macuse": {
"url": "http://127.0.0.1:35729/mcp",
"headers": {
"Authorization": "Bearer <your_token>"
}
}
}
}- Save and restart LM Studio again
See the Bearer Token Authentication section for more details.
Verifying the Connection
- Open LM Studio and start a new chat with a loaded model
- Ask the AI to "list available Macuse tools"
- If configured correctly, the AI will show the available toolboxes