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 "Install 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 installed
Maintenance
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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