Skip to main content
Glama
Yashwanthkumar05

Tamilrockers MCP Server

Tamilrockers MCP Server

An MCP (Model Context Protocol) server that searches for movies and series on the Tamilrockers website and returns movie links.

Features

  • Search for movies and series by name

  • Returns movie links, titles, years, and poster URLs

  • SQLite database caching for faster subsequent searches

  • Supports both movies and series

Related MCP server: TorrentClaw-MCP

Installation

  1. Install Python dependencies:

pip install -r requirements.txt

Usage

Running the MCP Server

The server can be run directly:

python mcp_server.py

MCP Configuration

To use this server with Cursor or other MCP clients, add it to your MCP configuration file (typically ~/.cursor/mcp.json or similar):

{
  "mcpServers": {
    "tamilrockers-search": {
      "command": "python",
      "args": ["C:\\Users\\yashwanthkumar05\\Desktop\\rocker\\mcp_server.py"]
    }
  }
}

Available Tools

search_movie

Searches for a movie or series on Tamilrockers.

Parameters:

  • movie_name (string, required): The name of the movie or series to search for

Returns:

{
  "query": "movie name",
  "count": 1,
  "results": [
    {
      "name": "Movie Title",
      "link": "https://tamilrockers.gen.in/movie/123456-movie-title",
      "type": "movie",
      "year": "2026",
      "poster": "https://poster.tamilrockers.gen.in/movie/movie-title.webp"
    }
  ]
}

Database

The server uses SQLite to cache search results in tamilrockers_cache.db. This improves performance for repeated searches and reduces load on the Tamilrockers website.

Notes

  • The server respects the website's structure and extracts information from the movie grid

  • Results are cached in SQLite for faster retrieval

  • The server handles both movies (/movie/) and series (/series/) links

  • Search is case-insensitive and supports partial matches

Related MCP Connectors

Related MCP Servers

  • 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.
    -
  • A
    license
    A
    quality
    D
    maintenance
    Giving AI assistants the ability to search movies and TV shows, find torrents with magnet links, check streaming availability, and explore cast/crew metadata.
    50
    10
    7 npm
    13
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables querying The Movie Database (TMDB) v3 API for movie and TV show information, including search, episode details, and trending content.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a search_movie tool to search Tamil movies by name and return links from moviesdatamil.net, enabling natural language movie lookups in MCP clients.
    3 npm
    MIT