Agent Storefront for Cursor
ai.clize/storefront
Let your AI agent run a real store: checkout, orders, refunds, shipping and support.
client:Cursor
transport:stdio
runtime:npm
Install Agent Storefront in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"storefront": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clize/storefront"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs