Skip to main content
Glama
Manikarthi-vaiha

Movie List MCP Server

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 build

Run

npm start
# or for development with tsx:
npm run dev

The 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

  1. Open Cursor SettingsCursor SettingsMCP (or edit the MCP config file).

  2. Add this server to your MCP config (e.g. ~/.cursor/mcp.json or 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.

  1. Restart Cursor or reload MCP servers.

  2. In chat, you can ask: “Search for the movie Jockey” or “Get the link for Fourth Floor movie” – the assistant will use the search_movie tool and return the movie link.

Use in Claude Desktop

In Claude DesktopSettingsDeveloperEdit 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.js

This opens a UI where you can call search_movie with a name and see the response.

A
license - permissive license
-
quality - not tested
B
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.

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

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/Manikarthi-vaiha/mcp-movies'

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