Claude Desktop

Paste this. Then replace the site and the password.

The plugin Connect screen fills the URL for you. Create an application password on wp-adapter-agent — never on Administrator.

{
  "mcpServers": {
    "wp-adapter": {
      "command": "npx",
      "args": ["-y", "@automattic/mcp-wordpress-remote@latest"],
      "env": {
        "WP_API_URL": "https://YOUR-SITE/wp-json/mcp/wp-adapter",
        "WP_API_USERNAME": "wp-adapter-agent",
        "WP_API_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx"
      }
    }
  }
}

All docs · Cursor