profitlee mcp for Grok
io.github.aronleedev/profitlee-mcp
MCP server for the Profitlee ecommerce profit calculator (Amazon FBA/FBM + TikTok Shop).
client:Grok
transport:stdio
runtime:npm
Install profitlee mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"profitlee-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"profitlee-mcp"
],
"env": {
"PROFITLEE_API_TOKEN": "<PROFITLEE_API_TOKEN>",
"PROFITLEE_BASE_URL": "<PROFITLEE_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs