Use Kommit from your AI agent

“Claude, add Kommit affiliates for me.” The Kommit MCP wires up your listing, links, and stats — no clicking around.

1. Get your key

Generate a personal key on your dashboard. It authorizes the agent as you — no password sharing.

Connect your AI agent

2. Add Kommit to your agent's MCP config

In your .mcp.json (Claude Desktop, Claude Code, or any MCP client), add the Kommit server with your key:

{
  "mcpServers": {
    "kommit": {
      "command": "npx",
      "args": ["-y", "kommit-mcp"],
      "env": {
        "KOMMIT_API_URL": "https://kommit.aimgonna.com",
        "KOMMIT_API_KEY": "kommit_sk_your_key_here"
      }
    }
  }
}

3. Just ask

Then talk to your agent in plain language:

“Claude, list my app on Kommit and give me the tracking snippet.”

What the agent can do

  • kommit_setup_programList an app and get the tracking snippet
  • kommit_create_linkCreate a referral link for a promoter
  • kommit_program_statsClicks, conversions, and commissions for a program
  • kommit_browse_directoryBrowse apps in the directory
  • kommit_generate_assetsDraft promo posts from real experience

Works with any MCP client — Claude Desktop, Claude Code, Cursor, and more. Just needs Node.js on your machine (npx). Package: kommit-mcp on npm.