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: Moviesda MCP Server

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An intelligent movie and TV series resource search tool based on Model Context Protocol (MCP), supporting multi-source search and link verification.
    2
    2
    Apache 2.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server for searching and managing Tamil movies from moviesda16.com using a local SQLite database. It enables users to search for movie titles, manually add listings, and automatically update the database through web scraping.
  • F
    license
    Not graded
    quality
    D
    maintenance
    A robust MCP server that wraps The Movie Database API, enabling LLMs to search movies, get details, popular movies, and recommendations.
  • F
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that answers natural-language movie questions using live TMDb data, with tools for searching, ranking, and retrieving detailed movie information.

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