shopify store builder mcp for Cursor
io.github.nazariinalyvaikobs/shopify-store-builder-mcp
MCP server for building Shopify stores via the Admin GraphQL API: themes, pages, and navigation
client:Cursor
transport:stdio
runtime:npm
Install shopify store builder mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shopify-store-builder-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shopify-store-builder-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_CLIENT_ID": "<SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_ADMIN_ACCESS_TOKEN": "<SHOPIFY_ADMIN_ACCESS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs