mcpwp for Cursor
io.github.mumega848/mcpwp
MCP for WordPress — connect Claude, Cursor, or Windsurf to any WordPress site.
client:Cursor
transport:stdio
runtime:npm
Install mcpwp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcpwp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcpwp.net/mcpwp"
],
"env": {
"WP_URL": "<WP_URL>",
"WP_API_KEY": "<WP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs