Odel
wpagent mcp

wpagent mcp

Local
@the-kipdevTypeScriptMITUpdated 1w ago

Manage WordPress & WooCommerce from any MCP client — 58 tools over a signed REST API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwpagent-mcpv1.1.4

Run

npx -y wpagent-mcp

MCP client config

{
  "mcpServers": {
    "wpagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wpagent-mcp"
      ]
    }
  }
}