Respira WordPress MCP✓
io.github.webmyc/respira-wordpress · v6.11.11
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.webmyc/respira-wordpress",
"description": "172+ tools, 12 builders, context-aware filtering. SafeEdit safety.",
"title": "Respira WordPress MCP",
"repository": {
"url": "https://github.com/respira-press/respira-wordpress-mcp",
"source": "github"
},
"version": "6.11.11",
"websiteUrl": "https://respira.press",
"icons": [
{
"src": "https://respira.press/icon.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@respira/wordpress-mcp-server",
"version": "6.11.11",
"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"
}
}