Skip to main content
Glama
kkrizka

MCP JustWatch Server

by kkrizka

MCP JustWatch Server

A Model Context Protocol (MCP) server built to provide access to JustWatch streaming availability data. Search for movies and TV shows and find out where they're available to stream across different platforms and countries.

Features

  • Search Content: Search for movies and TV shows by title with detailed metadata

  • Streaming Availability: Get comprehensive information about where content is available to stream

  • Multi-Country Support: Query streaming availability across multiple countries simultaneously

  • Detailed Information: Access IMDb/TMDb scores, genres, runtime, release dates, and more

  • Offer Details: Get pricing, quality (HD/4K), and direct URLs to streaming platforms

Related MCP server: TMDB MCP Server

Technology Stack

This server is built using:

Installation

Prerequisites

  • Python 3.11 or higher

  • pip or uv package manager

From Release

Skip to "As an MCP Server" as a section to automatically download the package inside common MCP clients.

From Source

  1. Clone the repository:

git clone <repository-url>
cd mcp-justwatch
  1. Install the package:

pip install -e .

For Development

Install with development dependencies:

pip install -e ".[dev]"

Usage

As an MCP Server

This server is designed to be used with MCP clients. Add it to your MCP client configuration:

Claude Desktop Configuration

Add to your claude_desktop_config.json to automatically download the package at the start of the session using uvx.

{
  "mcpServers": {
    "justwatch": {
      "command": "uvx",
      "args": ["mcp-justwatch", "python", "-m", "mcp_justwatch.server"]
    }
  }
}

Or if installed in a virtual environment:

{
  "mcpServers": {
    "justwatch": {
      "command": "/path/to/venv/bin/python",
      "args": ["-m", "mcp_justwatch.server"]
    }
  }
}

Other MCP Hosts

See the mcphost-config.yaml example file for configuration with other MCP hosts.

Development

Running Tests

pytest

Code Formatting

Format code with Black:

black src tests

Lint with Ruff:

ruff check src tests

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Disclaimer

This project uses the simple-justwatch-python-api, an unofficial JustWatch API wrapper. This API is in no way affiliated, associated, authorized, endorsed by, or in any way officially connected with JustWatch. This is an independent and unofficial project. Use at your own risk and discretion.

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

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/kkrizka/mcp-justwatch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server