@striderlabs/mcp-max
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@striderlabs/mcp-maxsearch for 'The Wire'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-max
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
Related MCP server: mcp-robinhood
Installation
npm install -g @striderlabs/mcp-maxOr use directly with npx:
npx @striderlabs/mcp-maxConfiguration
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 termstype(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.jsRequirements
Node.js 18+
Playwright (automatically installed as a dependency)
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-max'
If you have feedback or need assistance with the MCP directory API, please join our Discord server