Clients
Cursor
Automatic Setup
- Open Macuse from your menu bar
- Click the Server card
- Under Quick Setup, click the Install button next to Cursor
- Macuse will open Cursor via deeplink and prompt you to confirm the installation
- Restart Cursor to apply changes

Manual Configuration
If automatic setup doesn't work, you can manually configure Cursor.
Option 1: stdio (Recommended)
- Open Cursor Settings (
Cmd + ,) - Search for "MCP" and open MCP settings
- Add a new MCP server with this configuration:
{
"macuse": {
"command": "/Applications/Macuse.app/Contents/MacOS/macuse",
"args": ["mcp"]
}
}Save and restart Cursor.
Option 2: HTTP with Bearer Token
If stdio doesn't work, you can connect via HTTP using a Bearer Token:
- Edit
~/.cursor/mcp.jsonand add the server URL first (without headers):
{
"mcpServers": {
"macuse": {
"url": "http://127.0.0.1:35729/mcp"
}
}
}- Restart Cursor and 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
~/.cursor/mcp.jsonwith the complete configuration:
{
"mcpServers": {
"macuse": {
"url": "http://127.0.0.1:35729/mcp",
"headers": {
"Authorization": "Bearer <your_token>"
}
}
}
}- Restart Cursor again
See the Bearer Token Authentication section for more details.
Verifying the Connection
- Open Cursor and start a new AI chat
- Ask the AI to "list available Macuse tools"
- If configured correctly, the AI will show the available toolboxes