← Index

Respira WordPress MCP

io.github.webmyc/respira-wordpress·v6.6.5·Documents & Spreadsheets
Quality Score
100
/100

172+ tools, 12 builders, context-aware filtering. SafeEdit safety.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "@respira/wordpress-mcp-server"
      ],
      "env": {
        "WORDPRESS_URL": "<wordpress_url>",
        "WORDPRESS_API_KEY": "<your-wordpress_api_key>",
        "RESPIRA_CONFIG_B64": "<your-respira_config_b64>",
        "RESPIRA_CONFIG_FILE": "<respira_config_file>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "@respira/wordpress-mcp-server"
      ],
      "env": {
        "WORDPRESS_URL": "<wordpress_url>",
        "WORDPRESS_API_KEY": "<your-wordpress_api_key>",
        "RESPIRA_CONFIG_B64": "<your-respira_config_b64>",
        "RESPIRA_CONFIG_FILE": "<respira_config_file>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @respira/wordpress-mcp-server
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets