wpagent mcp for Windsurf
dev.wpagent/wpagent-mcp
Manage WordPress & WooCommerce from any MCP client — 58 tools over a signed REST API.
client:Windsurf
transport:stdio
runtime:npm
Install wpagent mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"wpagent-mcp": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs