Skip to content
Cursor

bigcommerce mcp for Cursor

io.github.mrfentmen/bigcommerce-mcp

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

client:Cursor transport:stdio runtime:npm

Install bigcommerce mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "bigcommerce-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/bigcommerce-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bigcommerce mcp in other clients