Skip to content
Zed

wordpress mcp for Zed

io.github.mrfentmen/wordpress-mcp

WordPress plugin and theme search from wordpress.org.

client:Zed transport:stdio runtime:npm

Install wordpress mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "wordpress-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/wordpress-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

wordpress mcp in other clients