Respira WordPress MCP
About
197 WordPress tools, 302 with WooCommerce, across 16 page builders and the native Site Editor.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WORDPRESS_URL WORDPRESS_API_KEY RESPIRA_CONFIG_B64 RESPIRA_CONFIG_FILEClaude Code
claude mcp add --env WORDPRESS_URL= --env WORDPRESS_API_KEY= --env RESPIRA_CONFIG_B64= --env RESPIRA_CONFIG_FILE= respira-wordpress -- npx @respira/wordpress-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"respira-wordpress","command":"npx","args":["@respira/wordpress-mcp-server"],"env":{"WORDPRESS_URL":"","WORDPRESS_API_KEY":"","RESPIRA_CONFIG_B64":"","RESPIRA_CONFIG_FILE":""}}'
JSON
{
"mcpServers": {
"respira-wordpress": {
"command": "npx",
"args": [
"@respira/wordpress-mcp-server"
],
"env": {
"WORDPRESS_URL": "",
"WORDPRESS_API_KEY": "",
"RESPIRA_CONFIG_B64": "",
"RESPIRA_CONFIG_FILE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.