Description

MCP WordPress Remote serves as a bridge between local Model Context Protocol clients and WordPress websites running the wordpress-mcp plugin. Developed by Automattic, it eliminates the need for direct streaming connections by efficiently translating MCP requests into simple REST API calls to WordPress. The proxy handles authentication through WordPress API passwords and WooCommerce credentials, supports all standard MCP operations including tools, resources, and prompts, and implements comprehensive logging for troubleshooting. It's particularly valuable for users who want to leverage WordPress content and WooCommerce data through AI assistants without managing complex API integrations or maintaining persistent connections to their websites.

🔬 Playground

Try WordPress Remote live in the browser with security context.

Unverified
No automated security scan has been run on this server yet.

Installation

npx -y @automattic/mcp-wordpress-remote
npm install @automattic/mcp-wordpress-remote
git clone https://github.com/automattic/mcp-wordpress-remote

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "wordpress-remote": {
      "command": "npx",
      "args": [
        "-y",
        "@automattic/mcp-wordpress-remote"
      ]
    }
  }
}

Community Reviews

Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.

0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to share your experience.