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.
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"
}
}
}
}Generate a key at linkjolt.io/merchant/api-keys. Replace the placeholder in your config with the real key.
Quit and relaunch. Open the Cursor chat panel — the LinkJolt tools will be available alongside your code context.
Once connected, ask Cursor natural language questions about your affiliate program:
Official Cursor MCP docs
https://cursor.com/docs/mcp