wpagent mcp for Grok
dev.wpagent/wpagent-mcp
Manage WordPress & WooCommerce from any MCP client — 58 tools over a signed REST API.
client:Grok
transport:stdio
runtime:npm
Install wpagent mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs