Skip to content
Windsurf

MCP Local WP for Windsurf

io.github.verygoodplugins/mcp-local-wp

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

client:Windsurf transport:stdio runtime:npm

Install MCP Local WP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

MCP Local WP in other clients