Cursor

Point Cursor at the site MCP server.

Some Cursor builds prefer the remote WordPress helper (@automattic/mcp-wordpress-remote) the same way Claude Desktop does. If HTTP MCP is available, use the URL below. The plugin Connect screen copies both.

{
  "mcpServers": {
    "wp-adapter": {
      "url": "https://YOUR-SITE/wp-json/mcp/wp-adapter",
      "headers": {
        "Authorization": "Basic BASE64(wp-adapter-agent:APPLICATION_PASSWORD)"
      }
    }
  }
}

Claude Code:

claude mcp add --transport http wp-adapter https://YOUR-SITE/wp-json/mcp/wp-adapter \
  --header "Authorization: Basic $(printf '%s' 'wp-adapter-agent:APPLICATION_PASSWORD' | base64)"