Loading languages...
WO

wordpress-mcp

@Automattic403

Make your WordPress site into a simple MCP server, exposing functionality to LLMs and AI agents.

wordpress
mcp
ai
plugin
content-management

# mcpServer Config

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

# streamableURL

https://your-site.com/wp-json/wp/v2/wpmcp/streamable
Transport:
stdio
streamable
Language:
PHP
Created:4/29/2025
Updated:7/31/2025