shopify admin for Cursor
com.mcparmory/shopify-admin
Manage products, orders, customers, inventory, and store configuration
client:Cursor
transport:stdio
runtime:pypi
Install shopify admin in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shopify-admin": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-shopify-admin"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs