Connect Claude Desktop

Settings → Connectors → Add custom connector, paste https://mcp.superjolt.com, sign in. No config-file editing.

Connect Superjolt to Claude Desktop so every conversation has the full Superjolt tool surface. The quickest way is a custom connector — just paste the URL, no file editing.

1. Add a custom connector

In Claude Desktop, open Settings → Connectors → Add custom connector. Name it Superjolt and paste the server URL:

https://mcp.superjolt.com

2. Sign in

Click Add. A browser tab opens for Superjolt OAuth — sign in with your Superjolt account. The connector marks as connected and the tools appear in every conversation.

Verify

Ask Claude:

list my superjolt vms

If the tool list is wired up, it calls list_vms. If nothing happens, the OAuth window was likely blocked — re-open Settings → Connectors, remove and re-add Superjolt, and allow the sign-in popup. If there’s no Add custom connector option at all, your build predates remote connectors — use the local config file below.

Older builds: local config file

Running a build without custom connectors? Add Superjolt locally instead — open the config file:

OSPath
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
Linux~/.config/Claude/claude_desktop_config.json

Merge this in (keep any existing mcpServers entries), then quit Claude Desktop fully and reopen:

{
  "mcpServers": {
    "superjolt": {
      "type": "http",
      "url": "https://mcp.superjolt.com"
    }
  }
}

Other clients