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