Skip to content
Claude Desktop

profitlee mcp for Claude Desktop

io.github.aronleedev/profitlee-mcp

MCP server for the Profitlee ecommerce profit calculator (Amazon FBA/FBM + TikTok Shop).

client:Claude Desktop transport:stdio runtime:npm

Install profitlee mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "profitlee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "profitlee-mcp"
      ],
      "env": {
        "PROFITLEE_API_TOKEN": "<PROFITLEE_API_TOKEN>",
        "PROFITLEE_BASE_URL": "<PROFITLEE_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

profitlee mcp in other clients