wpagent mcp for Cursor
dev.wpagent/wpagent-mcp
Manage WordPress & WooCommerce from any MCP client — 58 tools over a signed REST API.
client:Cursor
transport:stdio
runtime:npm
Install wpagent mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wpagent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wpagent-mcp"
],
"env": {
"WP_SITE_URL": "<WP_SITE_URL>",
"WP_API_KEY_ID": "<WP_API_KEY_ID>",
"WP_API_SECRET": "<WP_API_SECRET>",
"WP_SITE_LABEL": "<WP_SITE_LABEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs