WooCommerce MCP Server for Cursor
io.github.amitgurbani/mcp-server-woocommerce
101 tools for WooCommerce store management with field filtering and guided prompts.
client:Cursor
transport:stdio
runtime:npm
Install WooCommerce MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-woocommerce": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@amitgurbani/mcp-server-woocommerce"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs