Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Striderlabs/ Max

FreeNot checked

Enables AI agents to interact with Max (HBO Max) streaming service, supporting search, content details, watchlist management, continue watching, and viewing his

GitHubEmbed

About

Enables AI agents to interact with Max (HBO Max) streaming service, supporting search, content details, watchlist management, continue watching, and viewing history via browser automation.

README

MCP (Model Context Protocol) server connector for Max (HBO Max streaming service). Enables AI agents to interact with Max using browser automation via Playwright.

Features

  • Search content — Search for movies and TV shows by title, actor, genre, etc.
  • Get content details — Retrieve detailed info including description, cast, rating, year, and genre
  • View watchlist — Access the user's saved content (My Stuff)
  • Add/remove from watchlist — Manage watchlist items
  • Continue watching — Get in-progress content with completion percentage
  • Viewing history — Access previously watched content

Installation

npm install -g @striderlabs/mcp-max

Or use directly with npx:

npx @striderlabs/mcp-max

Configuration

Add to your MCP client configuration (e.g., Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "max": {
      "command": "npx",
      "args": ["-y", "@striderlabs/mcp-max"]
    }
  }
}

Authentication

This connector uses browser automation. To use features that require authentication (watchlist, continue watching, viewing history), you'll need to be logged into Max in the browser session.

The browser runs in headless mode by default. For first-time login, you may need to modify the headless option to false temporarily to complete authentication.

Available Tools

max_search

Search for movies and TV shows.

Parameters:

  • query (required): Search terms
  • type (optional): "movie", "series", or "all" (default)

max_get_details

Get detailed information about a specific title.

Parameters:

  • url (required): Content URL or path (e.g., /movies/the-dark-knight)

max_get_watchlist

Retrieve the user's watchlist (My Stuff). Requires login.

max_add_to_watchlist

Add content to the user's watchlist.

Parameters:

  • url (required): Content URL or path

max_remove_from_watchlist

Remove content from the user's watchlist.

Parameters:

  • url (required): Content URL or path

max_get_continue_watching

Get in-progress content with completion percentages. Requires login.

max_get_viewing_history

Retrieve viewing history. Requires login.

Development

# Install dependencies
npm install

# Build
npm run build

# Run locally
node dist/index.js

Requirements

  • Node.js 18+
  • Playwright (automatically installed as a dependency)

License

MIT

from github.com/markswendsen-code/mcp-max

Installing @Striderlabs/ Max

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/markswendsen-code/mcp-max

FAQ

Is @Striderlabs/ Max MCP free?

Yes, @Striderlabs/ Max MCP is free — one-click install via Unyly at no cost.

Does @Striderlabs/ Max need an API key?

No, @Striderlabs/ Max runs without API keys or environment variables.

Is @Striderlabs/ Max hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install @Striderlabs/ Max in Claude Desktop, Claude Code or Cursor?

Open @Striderlabs/ Max on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Playwright

Browser automation, scraping, screenshots

Microsoftby Microsoft

Puppeteer

Browser automation and web scraping.

modelcontextprotocolby modelcontextprotocol

opentabs-dev/opentabs

Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a

opentabs-devby opentabs-dev

robhunter/agentdeals

1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan

robhunterby robhunter

hlydecker/ucsc-genome-mcp

MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.

hlydeckerby hlydecker

34892002/bilibili-mcp-js

A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.

34892002by 34892002

achiya-automation/safari-mcp

Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.

achiya-automationby achiya-automation

agent-infra/mcp-server-browser

Browser automation capabilities using Puppeteer, both support local and remote browser connection.

bytedanceby bytedance

aparajithn/agent-scraper-mcp

Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link ext

aparajithnby aparajithn

apireno/DOMShell

Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.

apirenoby apireno

Compare @Striderlabs/ Max with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs