← Back to Plugins
MCP Server MCP

io.github.mumega848/mcpwp

github By github 👁 1 views ▲ 0 votes

MCP for WordPress — connect Claude, Cursor, or Windsurf to any WordPress site.

Homepage Verified source GitHub

Install

npx -y @mcpwp.net/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mcpwp.net/mcpwp",
      "version": "3.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "WordPress site URL (e.g. https://example.com)",
          "isRequired": true,
          "format": "string",
          "name": "WP_URL"
        },
        {
          "description": "MCPWP API key — generate in WP Admin → MCPWP → Setup",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...