Tamilrockers MCP Server
Enables searching for movies and series on Tamilrockers, returning links, titles, years, and poster URLs with SQLite caching.
README
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
Installation
- 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.