Skip to content
Zed

profitlee mcp for Zed

io.github.aronleedev/profitlee-mcp

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

client:Zed transport:stdio runtime:npm

Install profitlee mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

profitlee mcp in other clients