Skip to content

Configure your client

/MCP Server

Configure your client

Add Rixel to Cursor, Claude Desktop, Claude Code, or any Streamable HTTP client.

File: ~/.cursor/mcp.json or project .cursor/mcp.json

{
  "mcpServers": {
    "rixel": {
      "url": "https://www.rixel.tech/api/mcp",
      "headers": {
        "Authorization": "Bearer rixel_your_api_key_here"
      }
    }
  }
}

Cursor

Add JSON to ~/.cursor/mcp.json, restart Cursor (Cmd+Q), and check the MCP green dot in Settings → MCP.

Claude Desktop

Edit claude_desktop_config.json on macOS, add the Rixel block under mcpServers, then restart the app.

Claude Code

Run claude mcp add --transport http rixel https://www.rixel.tech/api/mcp --header "Authorization: Bearer rixel_xxx" in a terminal.

Windsurf

Use ~/.codeium/windsurf/mcp_config.json with the same JSON structure as Cursor, then restart Windsurf.