Skip to content
Zed

MCP Local WP for Zed

io.github.verygoodplugins/mcp-local-wp

WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.

client:Zed transport:stdio runtime:npm

Install MCP Local WP in Zed

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

{
  "context_servers": {
    "mcp-local-wp": {
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-local-wp"
      ]
    }
  }
}

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

MCP Local WP in other clients