Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcpwp in other clients