Movie List MCP Server
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., "@Movie List MCP ServerSearch for the Tamil movie Jockey"
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.
Movie List MCP Server
MCP (Model Context Protocol) server that lets you search Tamil movies by name and get their page links from moviesdatamil.net/tamil-2026-movies/.
What it does
Tool:
search_movie– Search by movie name (partial, case-insensitive). Returns the movie page URL(s).
Related MCP server: Kimi Coding MCP
Setup
npm install
npm run buildRun
npm start
# or for development with tsx:
npm run devThe server uses stdio transport (stdin/stdout), so it is intended to be run as a subprocess by an MCP client (e.g. Cursor, Claude Desktop).
Use in Cursor
Open Cursor Settings → Cursor Settings → MCP (or edit the MCP config file).
Add this server to your MCP config (e.g.
~/.cursor/mcp.jsonor the path Cursor shows):
{
"mcpServers": {
"movielist": {
"command": "node",
"args": ["/Users/manikandan/Desktop/movielist/dist/index.js"]
}
}
}Replace the path with the absolute path to your movielist/dist/index.js.
Restart Cursor or reload MCP servers.
In chat, you can ask: “Search for the movie Jockey” or “Get the link for Fourth Floor movie” – the assistant will use the
search_movietool and return the movie link.
Use in Claude Desktop
In Claude Desktop → Settings → Developer → Edit Config, add:
{
"mcpServers": {
"movielist": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/movielist/dist/index.js"]
}
}
}Restart Claude Desktop and use the MCP; you can then ask for movie links by name.
Debug with MCP Inspector
npx @modelcontextprotocol/inspector node dist/index.jsThis opens a UI where you can call search_movie with a name and see the response.
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.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables fetching and extracting text from URLs, searching the web via DuckDuckGo and Yandex, and retrieving page links through MCP tools.
- Flicense-qualityDmaintenanceWraps the Kimi Coding Search and Fetch APIs into MCP tools for web searching and content retrieval. It enables LLMs to perform targeted searches and crawl web pages using standardized interfaces.1
- Flicense-qualityDmaintenanceEnables tool-calling LLMs to search the internet, capture website images, extract webpage text, and more via a local MCP server.14
- Flicense-qualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.1
Related MCP Connectors
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
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/Manikarthi-vaiha/mcp-movies'
If you have feedback or need assistance with the MCP directory API, please join our Discord server