Ecommerce Developer Stack
Build and manage online stores with Shopify storefront development, Stripe payments, Supabase backend, and deployment automation.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"supabase-mcp": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "YOUR_SUPABASE_ACCESS_TOKEN"
}
},
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all"
],
"env": {
"STRIPE_SECRET_KEY": "YOUR_STRIPE_SECRET_KEY"
}
},
"shopify-mcp": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp"
]
},
"vercel-mcp": {
"command": "npx",
"args": [
"-y",
"vercel-mcp"
],
"env": {
"VERCEL_API_TOKEN": "YOUR_VERCEL_API_TOKEN"
}
},
"context7-mcp": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
]
}
}
}Included Servers
Shopify MCP
Shopify
Interact with Shopify Admin GraphQL API to manage products, orders, customers, inventory, and store data from your AI editor.
Manage products, collections, orders, and storefront themes directly from your AI editor. The core of your ecommerce workflow.
Stripe MCP
Stripe
Integrate Stripe APIs for payments, subscriptions, customers, and invoices directly from your AI editor using the official Stripe agent toolkit.
Payment processing, subscription management, and revenue reporting. Build checkout flows and debug payment issues in context.
Supabase MCP
Supabase
Query your Supabase database, manage tables, run migrations, deploy edge functions, and manage branches directly from your AI editor.
Customer data, inventory tracking, and real-time order updates. A full backend without building your own API layer.
Vercel MCP
Community
Connect to the Vercel API to manage deployments, projects, domains, and environment variables from your AI editor.
Deploy headless storefronts instantly. Preview branches for A/B testing pricing pages and checkout flows.
Context7 MCP
Upstash
Pull up-to-date documentation and code examples for any library directly into your prompt context using the Context7 API.
Up-to-date docs for Shopify Liquid, Stripe API, Next.js Commerce, and any library in your ecommerce stack.