MCP JustWatch Server
Enables searching for movies and TV shows and retrieving streaming availability data across multiple platforms and countries.
README
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
Technology Stack
This server is built using:
- FastMCP: A modern, decorator-based framework for building MCP servers with minimal boilerplate
- simple-justwatch-python-api: GraphQL-based wrapper for the JustWatch API
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
- Clone the repository:
git clone <repository-url>
cd mcp-justwatch
- 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.