store for Cursor
com.yaktool/store
Forecast a WooCommerce CSV import and migrate Shopify exports. 61 documented rules.
client:Cursor
transport:stdio
runtime:npm
Install store in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"store": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yaktool-store-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs