justwatch_mcp

mikeengland/justwatch_mcp

3.2

If you are the rightful owner of justwatch_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The JustWatch MCP Server is a protocol server that integrates with the simple-justwatch-python-api library to provide movie search and offer retrieval functionalities.

Tools
3
Resources
0
Prompts
0

JustWatch MCP Server

An MCP server which wraps the simple-justwatch-python-api library.

It provides three tools:

  • justwatch_search_movie - Search for movies using JustWatch.
  • justwatch_get_movie_details - Get detailed information about a movie using JustWatch
  • justwatch_get_offers_for_country - Get offers for a given country using JustWatch

This allows you to ask questions such as "where can i watch pearl harbour for free in the uk"

Setting up this MCP server

You can set this sever up in Claude Desktop with the following configuration:

{
  "justwatch": {
    "command": "<path to uv>",
    "args": [
      "--directory",
      "<repo directory>",
      "run",
      "main.py"
    ]
  }
}