MCP Local WP for Cursor
io.github.verygoodplugins/mcp-local-wp
WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema.
client:Cursor
transport:stdio
runtime:npm
Install MCP Local WP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-local-wp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-local-wp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs