Skip to content
Claude Desktop

WordPress MCP for Claude Desktop

io.github.konkomaji/wordpress-mcp

Talk to your WordPress site: content, SEO, WooCommerce, page builders, media and speed, with undo.

client:Claude Desktop transport:streamable-http

Install WordPress MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "wordpress-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{site}/wp-json/wp-mcp/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

WordPress MCP in other clients