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
{
"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