Respira WordPress MCP✓
press.respira/respira-wordpress · v5.3.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "press.respira/respira-wordpress",
"description": "WordPress MCP with native page-builder editing, full-page creation, and WooCommerce tools.",
"title": "Respira WordPress MCP",
"version": "5.3.1",
"websiteUrl": "https://www.respira.press/mcp",
"icons": [
{
"src": "https://respira.press/icon.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
}
],
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}