SuperBooksDevelopers

Set up Cursor

A five-line JSON file. Cursor handles the sign-in.

The fastest route is still the paste: the agent runs these steps itself.

By hand

1. Add the server to Cursor's MCP config

Global: ~/.cursor/mcp.json. Per project: .cursor/mcp.json in the repository. Merge into an existing mcpServers object if the file already exists.

~/.cursor/mcp.json

{
  "mcpServers": {
    "superbooks": {
      "url": "https://api.superbooks.io/mcp"
    }
  }
}

2. Sign in

Open Settings → MCP. Cursor shows superbooks with a Needs login state; click it to open the SuperBooks consent screen and approve the scopes.

Verify

Settings → MCP lists superbooks with its tools, and asking the agent to call the SuperBooks team_get tool returns your team's name.

What the agent can do

45 tools, gated by the credential's scopes: a Read Only key sees the read tier only, and destructive tools need two separate approvals. See Authentication and the API reference.

Cursor signs in through the SuperBooks consent screen, so no key is copied anywhere. The raw instructions the agent executes are at /agent-setup/prompt.md; all guides are listed at Onboard your agent.