mcpbeat Sign in

Bigcommerce MCP Server

local only

Bigcommerce MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

MCP server for BigCommerce: products, orders. Needs store API credentials.

Installs / week
npm · @mrfentmen/bigcommerce-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Bigcommerce 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 bigcommerce-mcp -- npx -y @mrfentmen/bigcommerce-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bigcommerce-mcp": {
      "args": [
        "-y",
        "@mrfentmen/bigcommerce-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bigcommerce-mcp]
command = "npx"
args = ["-y", "@mrfentmen/bigcommerce-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bigcommerce-mcp": {
      "args": [
        "-y",
        "@mrfentmen/bigcommerce-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bigcommerce-mcp": {
      "args": [
        "-y",
        "@mrfentmen/bigcommerce-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Bigcommerce MCP

same job, measured the same way
Squarespace MCP
by mrfentmen

MCP server for Squarespace Commerce: products, orders, inventory. Needs an API key.

local only
MCP Vtex
by codespar

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

13 installs/wk local only
Api2cart
by api2cart

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

answering
Kaspi MCP
by theyahia

MCP server for Kaspi.kz Shop API -- orders and products.

23 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.

105 installs/wk local only
Twitch MCP
by mrfentmen

MCP server for Twitch: top games, live streams, users. Needs free API credentials.

local only
Woocommerce MCP
by wppoland

Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.

33 installs/wk local only
MCP Omie
by codespar

MCP server for Omie — ERP, customers, products, orders, invoices, financials

26 installs/wk local only

Bigcommerce MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bigcommerce MCP?
Bigcommerce 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 @mrfentmen/bigcommerce-mcp.
How do I connect Bigcommerce 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 @mrfentmen/bigcommerce-mcp straight from npm; nothing to host, nothing to sign up for.
Is Bigcommerce MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.