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., "@Moviesda MCP Serversearch for the movie Maharaja and show me the details"
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.
Moviesda MCP Server
A Model Context Protocol (MCP) server for searching and managing Tamil movies from moviesda16.com.
Features
π Movie Search: Search for Tamil movies by title
πΎ SQLite Database: Local database for fast searches
π Web Scraping: Automatically scrape and update movie listings
π Direct Links: Get direct download links for movies
Installation
Install dependencies:
Run the server:
Available Tools
1. search_movie
Search for movies by title.
Parameters:
query(required): Movie title to search forlimit(optional): Maximum number of results (default: 10)
Example:
2. add_movie
Manually add a movie to the database.
Parameters:
title(required): Movie titleurl(required): Movie URL pathyear(optional): Release yearcategory(optional): Movie category (default: "Tamil")
Example:
3. update_movies
Scrape and update the database with latest movies from moviesda16.com.
Parameters: None
Database Schema
The SQLite database (moviesda.db) contains a single table:
Usage with MCP Clients
To use this server with an MCP client like Claude Desktop, add the following to your MCP configuration:
Notes
β οΈ Disclaimer: This tool is for educational purposes only. Please respect copyright laws and support content creators.
License
MIT