LinkJoltDevelopers

Manage API Keys

← Back to LinkJolt.io

Claude Desktop
MCP SERVER

Use LinkJolt with Claude Desktop

Claude Desktop has first-class MCP support. Install the LinkJolt MCP server and ask Claude to read your affiliate data, approve conversions, or analyze performance — all with natural language.

Setup
1
Install the LinkJolt MCP server

Install the package globally via npm so Claude can launch it.

npm install -g @linkjolt/mcp-server
2
Get your API key

Generate a key at linkjolt.io/merchant/api-keys. Use a Pro plan key for read-only access or an Ultimate key for full read+write.

3
Edit your Claude Desktop config

On macOS the config lives at ~/Library/Application Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "linkjolt": {
      "command": "npx",
      "args": ["-y", "@linkjolt/mcp-server"],
      "env": {
        "LINKJOLT_API_KEY": "lj_pk_your_key_here"
      }
    }
  }
}
4
Restart Claude Desktop

Quit completely and relaunch. The LinkJolt tools will appear in the 🔨 icon next to the message input. You should see 7 tools available.

Example Queries

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

Show me my top 5 affiliates by revenue this month
How many pending conversions do I have right now?
Approve conversion conv_abc123
What's my total commission paid out this quarter?
List all affiliates who joined in the last 7 days

Official Claude MCP docs

https://modelcontextprotocol.io/quickstart/user