mcpbeat Sign in

Profitlee MCP Server

by aronleedev Your server? Claim it
local only

Profitlee MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from npm. Last commit 14 Aug 2026.

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

Installs per day peak 27 · avg 10 · +37% w/w
a month agotoday
79
Installs / week
npm · profitlee-mcp
0
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Profitlee MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add profitlee-mcp -- npx -y profitlee-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "profitlee-mcp": {
      "args": [
        "-y",
        "profitlee-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.profitlee-mcp]
command = "npx"
args = ["-y", "profitlee-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "profitlee-mcp": {
      "args": [
        "-y",
        "profitlee-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "profitlee-mcp": {
      "args": [
        "-y",
        "profitlee-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PROFITLEE_API_TOKEN (Profitlee Pro API token (eck_live_...). Required only for the scenario tools; calculate_profit works without it.), PROFITLEE_BASE_URL (Override the Profitlee API origin (default https://profitlee.com). For testing.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Profitlee MCP

same job, measured the same way
Ecommerce Mcp
by varvararatta

MCP server for E-Commerce

answering
Horoshop
by ecomkit-com-ua

MCP server for the Horoshop e-commerce API — orders, catalog, customers, webhooks

41 installs/wk local only
A1 Yandex KIT MCP
by gistrec

A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.

91 installs/wk local only
Ecommerce AI MCP
by csoai-org

Ecommerce Ai MCP Server by MEOK AI Labs

233 installs/wk local only
MCP Vtex
by codespar

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

26 installs/wk local only
Api2cart
by api2cart

Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.

answering
Maker AI MCP
by rocnubie

Create product photos, product videos, and UGC-style ads for Shopify, Amazon, TikTok, and

local only
Sumhound — e-commerce platform changes & seller deadlines
by sumhound

Curated Amazon/Shopify/TikTok Shop changes (fees, policies, APIs) & upcoming seller deadlines.

2 tools answering

Profitlee MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Profitlee MCP?
Profitlee MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package profitlee-mcp was installed 79 times last week.
How do I connect Profitlee MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls profitlee-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Profitlee MCP?
The npm package profitlee-mcp was installed 79 times in the last week. Week over week that is +37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Profitlee MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.