wpengine mcp for Cursor
io.github.mrfentmen/wpengine-mcp
WP Engine API: installs and sites.
client:Cursor
transport:stdio
runtime:npm
Install wpengine mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wpengine-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wpengine-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs