← Back to Registry

Native IDE Setup

Integrate the entire Supernova Registry (516+ vetted tools) directly into your editor via the Model Context Protocol (MCP).

1. Cursor Integration

Cursor supports MCP natively. Here is how to plug Supernova directly into your Composer:

  1. Open Cursor Settings (Cmd/Ctrl + Shift + J).
  2. Navigate to Features > MCP.
  3. Click + Add New MCP Server.
  4. Set Name to supernova.
  5. Set Type to command.
  6. Set Command to npx -y @supernova/connector.
Status: Connected. (Cursor will now automatically invoke tools when writing agent code).

2. Claude Desktop Integration

Give Claude Desktop access to the full registry by modifying your config file.

Open your config file:

Paste the following configuration:

{ "mcpServers": { "supernova": { "command": "npx", "args": ["-y", "@supernova/connector"] } } }

Restart Claude Desktop. The 🔨 icon will now appear with Supernova Core Tools.