Clients
Visual Studio Code
Automatic Setup
- Open Macuse from your menu bar
- Click the Server card
- Under Quick Setup, click the Setup button next to VS Code
- Macuse will automatically update your VS Code MCP configuration file
- Restart VS Code to apply changes
Manual Configuration
If automatic setup doesn't work, you can manually edit the configuration file:
Config file: ~/Library/Application Support/Code/User/mcp.json
{
"servers": {
"macuse": {
"type": "stdio",
"command": "/Applications/Macuse.app/Contents/MacOS/macuse",
"args": ["mcp"]
}
}
}VS Code uses servers as the top-level key, not mcpServers like other clients.
Save the file and restart VS Code.
Verifying the Connection
- Open VS Code and use the Copilot Chat
- Ask the AI about available Macuse tools
- If configured correctly, the AI will have access to Macuse toolboxes