← Back to browse

Respira WordPress MCP

Indexed by press.respira

About

WordPress MCP with native page-builder editing, full-page creation, and WooCommerce tools.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsWORDPRESS_URL WORDPRESS_API_KEY RESPIRA_CONFIG_B64 RESPIRA_CONFIG_FILE
Claude Code
claude mcp add --env WORDPRESS_URL= --env WORDPRESS_API_KEY= --env RESPIRA_CONFIG_B64= --env RESPIRA_CONFIG_FILE= respira-wordpress -- npx @respira/wordpress-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"respira-wordpress","command":"npx","args":["@respira/wordpress-mcp-server"],"env":{"WORDPRESS_URL":"","WORDPRESS_API_KEY":"","RESPIRA_CONFIG_B64":"","RESPIRA_CONFIG_FILE":""}}'
JSON
{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": [
        "@respira/wordpress-mcp-server"
      ],
      "env": {
        "WORDPRESS_URL": "",
        "WORDPRESS_API_KEY": "",
        "RESPIRA_CONFIG_B64": "",
        "RESPIRA_CONFIG_FILE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.