Skip to content

Respira WordPress MCP for Zed

io.github.webmyc/respira-wordpress

AI-native WordPress editing across 17 page builders. 233 tools, 337 with WooCommerce. Safe writes.

client:Zed transport:stdio runtime:npm

Install Respira WordPress MCP in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "respira-wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "@respira/wordpress-mcp-server"
      ],
      "env": {
        "WORDPRESS_URL": "<WORDPRESS_URL>",
        "WORDPRESS_API_KEY": "<WORDPRESS_API_KEY>",
        "RESPIRA_CONFIG_B64": "<RESPIRA_CONFIG_B64>",
        "RESPIRA_CONFIG_FILE": "<RESPIRA_CONFIG_FILE>"
      }
    }
  }
}

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

Respira WordPress MCP in other clients