A comprehensive Model Context Protocol (MCP) server for BigCommerce REST API integration. This server provides AI assistants with the ability to interact with BigCommerce stores through three powerful tools:
- Products Management: Get all products with advanced filtering
- Customer Management: Retrieve and filter customers with comprehensive search options
- Order Management: Access orders with customer-product relationship capabilities
Server Config
{
"mcpServers": {
"bigcommerce": {
"command": "/usr/bin/node",
"args": [
"/absolute/path/to/your/mcpServer.js"
],
"env": {
"BIGCOMMERCE_STORE_HASH": "your_store_hash_here",
"BIGCOMMERCE_API_TOKEN": "your_api_token_here"
}
}
}
}