PluginBench
MCP Server

Respira WordPress MCP MCP Server

press.respira/respira-wordpress

What is the Respira WordPress MCP MCP server?

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

How to install Respira WordPress MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WORDPRESS_URL

    WordPress site URL for the single-site env setup.

  • WORDPRESS_API_KEY
    secret

    Respira API key for the single-site env setup.

  • RESPIRA_CONFIG_B64
    secret

    Base64-encoded multi-site Respira config JSON.

  • RESPIRA_CONFIG_FILE

    Path to a Respira config JSON file.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "@respira/wordpress-mcp-server"
      ],
      "env": {
        "WORDPRESS_URL": "<YOUR_WORDPRESS_URL>",
        "WORDPRESS_API_KEY": "<YOUR_WORDPRESS_API_KEY>",
        "RESPIRA_CONFIG_B64": "<YOUR_RESPIRA_CONFIG_B64>",
        "RESPIRA_CONFIG_FILE": "<YOUR_RESPIRA_CONFIG_FILE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "@respira/wordpress-mcp-server"
      ],
      "env": {
        "WORDPRESS_URL": "<YOUR_WORDPRESS_URL>",
        "WORDPRESS_API_KEY": "<YOUR_WORDPRESS_API_KEY>",
        "RESPIRA_CONFIG_B64": "<YOUR_RESPIRA_CONFIG_B64>",
        "RESPIRA_CONFIG_FILE": "<YOUR_RESPIRA_CONFIG_FILE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "@respira/wordpress-mcp-server"
      ],
      "env": {
        "WORDPRESS_URL": "<YOUR_WORDPRESS_URL>",
        "WORDPRESS_API_KEY": "<YOUR_WORDPRESS_API_KEY>",
        "RESPIRA_CONFIG_B64": "<YOUR_RESPIRA_CONFIG_B64>",
        "RESPIRA_CONFIG_FILE": "<YOUR_RESPIRA_CONFIG_FILE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "respira-wordpress": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@respira/wordpress-mcp-server"
      ],
      "env": {
        "WORDPRESS_URL": "<YOUR_WORDPRESS_URL>",
        "WORDPRESS_API_KEY": "<YOUR_WORDPRESS_API_KEY>",
        "RESPIRA_CONFIG_B64": "<YOUR_RESPIRA_CONFIG_B64>",
        "RESPIRA_CONFIG_FILE": "<YOUR_RESPIRA_CONFIG_FILE>"
      }
    }
  }
}
Claude Code
claude mcp add respira-wordpress --env WORDPRESS_URL=<YOUR_WORDPRESS_URL> --env WORDPRESS_API_KEY=<YOUR_WORDPRESS_API_KEY> --env RESPIRA_CONFIG_B64=<YOUR_RESPIRA_CONFIG_B64> --env RESPIRA_CONFIG_FILE=<YOUR_RESPIRA_CONFIG_FILE> -- npx -y @respira/wordpress-mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →