How to Use the BigCommerce MCP in Cursor
Inject live BigCommerce store data into your codebase inside Cursor to build features with real API responses.
Works with every AI agent you already use
…and any MCP-compatible client
Connect BigCommerce MCP to Cursor
Create your Vinkius account to connect BigCommerce to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Fetch live BigCommerce catalog data
Use `list_products` or `list_catalog_brands` to get real-time data for your storefront code. Your AI agent reads the actual output to write accurate type definitions. Stop guessing your API schema. By calling `get_product_details`, you get the exact JSON structure your store uses, letting you write code that actually works.
Query BigCommerce orders in Cursor
Call `list_orders` while you write your checkout logic. It gives you immediate access to real transaction objects for your test suites. Your agent uses `get_order_details` to pull specific records as you code. This lets you build features against real data instead of static stubs.
Access BigCommerce configuration
Run `get_store_info` to grab your environment settings and store metadata. It helps your agent understand your store architecture while you build. This MCP server gives you a direct line to your store state. You'll spend less time switching contexts and more time shipping.
Set up BigCommerce MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the BigCommerce MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent BigCommerce transactions." If the MCP tools are loaded correctly, Cursor will call the BigCommerce tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"bigcommerce-alternative-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by BigCommerce. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about BigCommerce MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the BigCommerce MCP today
We host it, we monitor it, we maintain it. You just paste one token.