WordPress Playground Gets 16 AI Agent Tools via WebMCP Proxy WordPress Playground merged pull request #4301 on September 3, adding a WebMCP proxy that exposes 16 structured tools to AI agents operating a full WordPress install inside a browser tab, with no server required and no data leaving the machine. The proxy bridges WordPress's iframe boundary so plugins can register tools via document.modelContext.registerTool(), and OpenAI has already wired support into the ChatGPT desktop app, where GPT-5.6 Sol and GPT-5.6 Terra can drive playground.wordpress.net while Luna and Enterprise/Edu workspaces are excluded. The draft W3C WebMCP spec, co-developed by Google's Chrome team and Microsoft's Edge team, was published September 15, 2026, and currently sits behind a flag in Chrome Canary 146+; WordPress powers roughly 43% of the web. WordPress Playground now lets AI agents operate a full WordPress install — building pages, running PHP, managing files — entirely within a browser tab. The mechanism: a new WebMCP proxy merged on September 3 that bridges WordPress’s iframe boundary, exposing 16 structured tools to any agent on the outer page. No server needed. No data leaves the machine. ChatGPT desktop already supports it. The Problem Was the Iframe WordPress Playground https://github.com/WordPress/wordpress-playground runs a full WordPress instance locally in your browser using PHP compiled to WebAssembly. The catch: WordPress lives inside a nested