Hoist AIAssets Sign in
HomeDocsMCPCursor

Install Hoist Assets in Cursor.

AI-first code editor. Reads `~/.cursor/mcp.json`.

~/.cursor/mcp.jsonTested 2026-05

The config

{
  "mcpServers": {
    "hoist-assets": {
      "url": "https://mcp.assets.hoistai.com"
    }
  }
}

Steps

  1. Open Cursor. Mac: Cmd , → MCP, or edit ~/.cursor/mcp.json directly.
  2. Add the snippet to mcpServers.
  3. Restart Cursor. Settings → MCP should show hoist-assets connected.
  4. First time: approve OAuth in the browser window Cursor opens.

Smoke test

In agent mode, ask: "Verify ABN 11695718659 and create a record." Cursor calls abn_lookup then writes the result to your workspace.

Troubleshooting

  • OAuth window doesn't open. Check your default browser is set and pop-ups aren't blocked. On macOS you may need to grant Cursor accessibility permissions.
  • Tools don't appear after install. Restart the host completely. Some hosts cache the tool list at startup.
  • 403 on calls. Re-approve OAuth — the cached token may have expired or had scopes revoked.
  • Still stuck? Drop a note on GitHub Issues with the host name and the error message.

Other hosts