AgentHubAgentHub

Respira WordPress MCP

MCP ServerMCP Registry官方收录

io.github.webmyc/respira-wordpress · v7.2.1

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

概览

Respira WordPress MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": [
        "-y",
        "@respira/wordpress-mcp-server"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.webmyc/respira-wordpress",
  "type": "mcp-server",
  "version": "7.2.1",
  "displayName": "Respira WordPress MCP",
  "description": "172+ tools, 12 builders, context-aware filtering. SafeEdit safety.",
  "repository": {
    "url": "https://github.com/respira-press/respira-wordpress-mcp",
    "source": "github"
  },
  "homepage": "https://respira.press",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@respira/wordpress-mcp-server",
        "version": "7.2.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "WORDPRESS_URL",
            "description": "WordPress site URL for the single-site env setup."
          },
          {
            "name": "WORDPRESS_API_KEY",
            "description": "Respira API key for the single-site env setup.",
            "isSecret": true
          },
          {
            "name": "RESPIRA_CONFIG_B64",
            "description": "Base64-encoded multi-site Respira config JSON.",
            "isSecret": true
          },
          {
            "name": "RESPIRA_CONFIG_FILE",
            "description": "Path to a Respira config JSON file."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.webmyc/respira-wordpress",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.webmyc%2Frespira-wordpress/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Respira WordPress MCP — MCP Server 安装与配置 · AgentHub