LinkJoltDevelopers

Manage API Keys

← Back to LinkJolt.io

Cursor
MCP SERVER

Use LinkJolt with Cursor

Cursor has native MCP support. Use the one-click install button below, or add the config manually. Once installed, Cursor's chat can read and manage your affiliate program while you code.

Setup
1
One-click install (recommended)

Click the "Install in Cursor" button above. Cursor will prompt you to confirm and add the server to your config automatically. Then replace the placeholder API key with yours.

2
Or install manually

Open Cursor Settings (Cmd/Ctrl + ,) → Features → MCP. Click "Add MCP Server" and paste the config below. Alternatively, edit the config file directly at `~/.cursor/mcp.json` (macOS/Linux) or `%USERPROFILE%\.cursor\mcp.json` (Windows).

{
  "mcpServers": {
    "linkjolt": {
      "command": "npx",
      "args": ["-y", "@linkjolt/mcp-server"],
      "env": {
        "LINKJOLT_API_KEY": "lj_pk_your_key_here"
      }
    }
  }
}
3
Get your API key

Generate a key at linkjolt.io/merchant/api-keys. Replace the placeholder in your config with the real key.

4
Restart Cursor

Quit and relaunch. Open the Cursor chat panel — the LinkJolt tools will be available alongside your code context.

Example Queries

Once connected, ask Cursor natural language questions about your affiliate program:

Pull my top affiliate into a local JSON file so I can reference them in this component
What's my current conversion volume this month?
Approve all pending conversions over $100
Generate a TypeScript type from my campaign data shape

Official Cursor MCP docs

https://cursor.com/docs/mcp