Skip to main content
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):
{
  "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.