wpagent mcp for Zed
dev.wpagent/wpagent-mcp
Manage WordPress & WooCommerce from any MCP client — 58 tools over a signed REST API.
client:Zed
transport:stdio
runtime:npm
Install wpagent mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs