Respira WordPress MCP for Cursor
io.github.webmyc/respira-wordpress
AI-native WordPress editing across 17 page builders. 233 tools, 337 with WooCommerce. Safe writes.
client:Cursor
transport:stdio
runtime:npm
Install Respira WordPress MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"respira-wordpress": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@respira/wordpress-mcp-server"
],
"env": {
"WORDPRESS_URL": "<WORDPRESS_URL>",
"WORDPRESS_API_KEY": "<WORDPRESS_API_KEY>",
"RESPIRA_CONFIG_B64": "<RESPIRA_CONFIG_B64>",
"RESPIRA_CONFIG_FILE": "<RESPIRA_CONFIG_FILE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs