Skip to content
VS Code

MCP Wordpress for VS Code

io.github.crunchtools/wordpress

Secure MCP server for WordPress content management

client:VS Code transport:stdio runtime:pypi

Install MCP Wordpress in VS Code

.vscode/mcp.json

{
  "servers": {
    "wordpress": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-wordpress-crunchtools"
      ]
    }
  }
}

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

MCP Wordpress in other clients