> ## Documentation Index
> Fetch the complete documentation index at: https://docs.contenthero.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

> Connect ContentHero to Cursor over the hosted OAuth MCP server.

Cursor supports remote MCP servers through its MCP settings.

## Add the server

Add ContentHero to your MCP config (`~/.cursor/mcp.json`, or a project `.cursor/mcp.json`):

```json theme={null}
{
  "mcpServers": {
    "contenthero": {
      "url": "https://mcp.contenthero.ai"
    }
  }
}
```

You can also add it from **Settings, MCP, Add new MCP server**.

## Authorize

Open the MCP settings and authenticate the ContentHero server. Cursor runs the OAuth flow in your browser; sign in and approve. No API key needed.

## Verify

In a chat, ask Cursor to read your ContentHero balance. It calls `get_balance` and returns your credits. Enable the tools in the MCP settings if they are toggled off.
