← Back to Plugins
MCP Server MCP

Respira WordPress MCP

MCP Registry publisher By MCP Registry publisher 👁 3 views ▲ 0 votes

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

Homepage Verified source

Install

npx -y @respira/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@respira/wordpress-mcp-server",
      "version": "5.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "WordPress site URL for the single-site env setup.",
          "format": "string",
          "placeholder": "https://example.com",
          "name": "WORDPRESS_URL"
        },
        {
          "description": "Respira API key for the single-site env setup.",
          "format": "string",
          "isSecret": true,
          "name": "WORDPRESS_API_KEY"
        },
        {
          "description": "Base64-encoded multi-site Respira config JSON.",
          "format": "string",
          "isSecret": true,
          "name": "RESPIRA_CONFIG_B64"
        },
        {
          "description": "Path to a Respira config JSON file.",
          "format": "filepath",
          "placeholder": "~/.respira/config.json",
          "name": "RESPIRA_CONFIG_FILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...