Back to directory
wordpress-mcp

wordpress-mcp

@Automattic835

A WordPress plugin that implements the Model Context Protocol (MCP) to expose WordPress functionality to AI models and agents.

wordpressmcpaiplugincontent-managementcontext

Installation & Configuration

{
  "mcpServers": {
    "wordpress-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@automattic/mcp-wordpress-remote@latest"
      ],
      "env": {
        "WP_API_URL": "https://your-site.com/",
        "JWT_TOKEN": "your-jwt-token-here",
        "LOG_FILE": "optional-path-to-log-file"
      }
    }
  }
}

Information

Transport
stdiostreamable
Language
PHP
Created
2025/4/29
Updated
2026/6/8