Getting Started
Guides
REST API: Campaigns
Affiliates
Conversions
Affiliate Teams
SCALE
Coupons
Payouts
Other
Webhooks
Cursor supports remote MCP servers. Add the hosted endpoint with your API key header to ~/.cursor/mcp.json and skip the npm install entirely. Keys come from linkjolt.io/merchant/api-keys.
{
"mcpServers": {
"linkjolt": {
"url": "https://www.linkjolt.io/api/mcp",
"headers": {
"Authorization": "Bearer lj_pk_your_key"
}
}
}
}Click the "Install in Cursor" button above. Cursor will prompt you to confirm and add the local npm 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, and 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