profitlee mcp for Gemini CLI
io.github.aronleedev/profitlee-mcp
MCP server for the Profitlee ecommerce profit calculator (Amazon FBA/FBM + TikTok Shop).
client:Gemini CLI
transport:stdio
runtime:npm
Install profitlee mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"profitlee-mcp": {
"command": "npx",
"args": [
"-y",
"profitlee-mcp"
],
"env": {
"PROFITLEE_API_TOKEN": "<PROFITLEE_API_TOKEN>",
"PROFITLEE_BASE_URL": "<PROFITLEE_BASE_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs