Skip to content
VS Code

WordPress MCP for VS Code

io.github.konkomaji/wordpress-mcp

Talk to your WordPress site: content, SEO, WooCommerce, page builders, media and speed, with undo.

client:VS Code transport:streamable-http

Install WordPress MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "wordpress-mcp": {
      "type": "http",
      "url": "https://{site}/wp-json/wp-mcp/v1/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

WordPress MCP in other clients