Loading MCP server directory, please wait...
Manage WordPress & WooCommerce from any MCP client — 58 tools over a signed REST API.
npx @getmcp/cli add dev.wpagent/wpagent-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WP_SITE_URLBase URL of your WordPress site, no trailing slash
WP_API_KEY_IDAPI key id shown by the WpAgent plugin
WP_API_SECRETAPI key secret, displayed once at generation
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.wpagent/wpagent-mcp": {
"command": "npx",
"args": [
"-y",
"wpagent-mcp"
],
"env": {
"WP_SITE_URL": "",
"WP_API_KEY_ID": "",
"WP_API_SECRET": "",
"WP_SITE_LABEL": ""
}
}
}
}