Catalog
press.respira/respira-wordpress
OfficialRespira WordPress MCP
WordPress MCP with native page-builder editing, full-page creation, and WooCommerce tools.
WordPress editing with page builder, site creation, and WooCommerce management.
README not available yet.
Install
Configuration
Environment variables
WORDPRESS_URLWordPress site URL for the single-site env setup.
WORDPRESS_API_KEYsecretRespira API key for the single-site env setup.
RESPIRA_CONFIG_B64secretBase64-encoded multi-site Respira config JSON.
RESPIRA_CONFIG_FILEPath to a Respira config JSON file.
claude_desktop_config.json
{
"mcpServers": {
"respira-wordpress": {
"command": "npx",
"args": [
"-y",
"@respira/wordpress-mcp-server@5.3.1"
],
"env": {
"WORDPRESS_URL": "<YOUR_WORDPRESS_URL>",
"WORDPRESS_API_KEY": "<YOUR_WORDPRESS_API_KEY>",
"RESPIRA_CONFIG_B64": "<YOUR_RESPIRA_CONFIG_B64>",
"RESPIRA_CONFIG_FILE": "<YOUR_RESPIRA_CONFIG_FILE>"
}
}
}
}