Odel
profitlee mcp

profitlee mcp

Local
@aronleedevTypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmprofitlee-mcpv0.2.1

Run

npx -y profitlee-mcp

MCP client config

{
  "mcpServers": {
    "profitlee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "profitlee-mcp"
      ]
    }
  }
}