Netflix Search MCP
Allows searching for the best ranked Netflix movie by genre based on a dataset of Netflix movies and TV shows.
Click on "Deploy 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., "@Netflix Search MCPfind the best movie in the sci-fi genre"
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.
NETFLIX Search MCP
Simple MCP server to find the best ranked movie according to the genre.

DataSet
https://www.kaggle.com/datasets/bhargavchirumamilla/netflix-movies-and-tv-shows-till-2025?
Setting up the environment
Requirments: python 3 and pip
Create a new virtual environment: python -m venv /.venv/
Activate venv (source .venv/bin/activate for linux/mac or .venv/Scripts/activate for Windows)
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)
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
Open claude_desktop_configuration.json (%%USER_FOLDER%%\AppData\Roaming\Claude\claude_desktop_config.json)
Register the tool
{
"mcpServers": {
"netflix-movie-finder": {
"command": "uv",
"args": [
"--directory",
"PROJECT_FOLDER",
"run",
"server.py"
]
}
}
}Restart Claude
Check if the tool is registered

Setting up the client (VSCode - Copilot)
Configure VSCode - Copilot https://code.visualstudio.com/docs/copilot/customization/mcp-servers#_add-an-mcp-server-from-the-github-mcp-server-registry
Copy mcp.json to .vscode folder
Open the mcp.json file in the VSCode and start the server

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

This server cannot be deployed
Maintenance
Related MCP Connectors
Movies and TV show data — search, details, ratings, and cast from iTunes and TVmaze APIs
- LeafleOAuthnet.nanosheep
Personalised book recommendations, filtered to what's on your public library's shelf right now.
Turn movie/TV recommendations into playable trailer pages: permanent, free, every title plays.
- AchriomOAuthcom.achriom
Media memory for AI agents and their humans: books, movies, music, shows, anime, podcasts, games.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables querying and analyzing the MongoDB sample_mflix movie dataset through natural language, supporting searches by title, genre, actors, directors, ratings, and providing aggregate statistics like counts and averages.MIT
- FlicenseNot gradedqualityDmaintenanceProvides movie listings, showtimes, and personalized recommendations for Amsterdam cinemas by scraping filmladder.nl, with support for filtering by date, cinema, rating, and preferred showtimes.1-
- AlicenseNot gradedqualityDmaintenanceEnables natural language queries against a MongoDB movie database to search films by title, genre, actor, year, or rating, and retrieve detailed movie information from the sample_mflix collection.MIT
- AlicenseNot gradedqualityDmaintenanceIntegrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.6 npmMIT