B

BigCommerce

Read BigCommerce products, orders and customers.

·No reviews yet
Repo
Share:

About

Auto-generated

BigCommerce is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about BigCommerce.

What data can I access using the BigCommerce MCP?
The BigCommerce MCP allows you to read product, order, and customer data from a BigCommerce store. This enables integrations that require access to your e-commerce platform's core information.
How do I configure the BigCommerce MCP with an API key?
To configure the BigCommerce MCP, you must provide an API key for authentication. The specific steps for inputting this key depend on the MCP client you are using, such as Claude Desktop, Cursor, or Cline.
Does the BigCommerce MCP support write operations to my store?
No, the BigCommerce MCP is designed for reading data only. It does not expose tools for creating, updating, or deleting products, orders, or customer information on your BigCommerce store.
What are typical use cases for the BigCommerce MCP?
Typical use cases include synchronizing product catalogs with other systems, analyzing order data, or integrating customer information into a CRM. It facilitates data exchange for various business intelligence and operational needs.
Is there a cost associated with using the BigCommerce MCP?
The BigCommerce MCP itself is provided by the community and is open source. However, costs may be associated with your BigCommerce store subscription or any additional services you integrate.
What is a key limitation of the BigCommerce MCP?
A key limitation is that the BigCommerce MCP currently only supports the 'stdio' transport protocol. This means direct integration methods might be limited compared to MCPs supporting more advanced transport options.

Install BigCommerce

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "bigcommerce": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bigcommerce"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "bigcommerce": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bigcommerce"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "bigcommerce": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bigcommerce"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.