Skip to content
Grok

Respira WordPress MCP for Grok

io.github.webmyc/respira-wordpress

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

client:Grok transport:stdio runtime:npm

Install Respira WordPress MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "respira-wordpress": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Respira WordPress MCP in other clients