Skip to main content
Glama
rafaporci

Netflix Search MCP

by rafaporci

NETFLIX Search MCP

Simple MCP server to find the best ranked movie according to the genre.

Films search in use by Claude AI

DataSet

https://www.kaggle.com/datasets/bhargavchirumamilla/netflix-movies-and-tv-shows-till-2025?

Setting up the environment

Requirments: python 3 and pip

  1. Create a new virtual environment: python -m venv /.venv/

  2. Activate venv (source .venv/bin/activate for linux/mac or .venv/Scripts/activate for Windows)

  3. Install requirements pip install -r requirements.txt

Running the server

python .\server.py server will be running at http://127.0.0.1:8000/mcp

Setting up the client (Claude)

  1. Installation should be done via uv for now:

Create a new virtual environment: uv venv Activate venv (source .venv/bin/activate for linux/mac or .venv/Scripts/activate for Windows) Install requirements pip install -r requirements.txt uv run .\server.py

  1. Open claude_desktop_configuration.json (%%USER_FOLDER%%\AppData\Roaming\Claude\claude_desktop_config.json)

  2. Register the tool

{
  "mcpServers": {
    "netflix-movie-finder": {
      "command": "uv",
      "args": [
        "--directory",
        "PROJECT_FOLDER",
        "run",
        "server.py"
      ]
    }
  }
}
  1. Restart Claude

  2. Check if the tool is registered

Tool registered in the Claude chat

Setting up the client (VSCode - Copilot)

  1. Configure VSCode - Copilot https://code.visualstudio.com/docs/copilot/customization/mcp-servers#_add-an-mcp-server-from-the-github-mcp-server-registry

  2. Copy mcp.json to .vscode folder

  3. Open the mcp.json file in the VSCode and start the server

Start the server

  1. Ask a question in the chat refering to the netflix-mcp tool prefering the Claude models.

Chat example

-
license - not tested
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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/rafaporci/netflix-search-mcp'

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