- Home
- MCP servers
- Moviesda
Moviesda
- python
0
GitHub Stars
python
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"danjraizen-mcpserver": {
"command": "python",
"args": [
"c:\\Users\\Daniel\\Documents\\tamilrockersMcp\\server.py"
]
}
}
}You can search, manage, and update Tamil movie listings from Moviesda through an MCP server. This setup lets you perform searches, add movies manually, and automatically scrape latest entries, all via a standardized MCP client interface for fast access and integration with other tools.
How to use
To use this MCP server with your client, first ensure the server is running locally or on a reachable host. You can perform movie searches by title, add new movies directly to the local database, and trigger an update to fetch the latest listings from Moviesda.
How to install
Prerequisites: ensure Python is installed on your system.
pip install -r requirements.txt
Run the server to start handling MCP requests.
python server.py
Available tools
search_movie
Search for movies by title with a limit on results to retrieve a list of matching entries.
add_movie
Manually add a movie to the local database by providing the title, URL path, release year, and category.
update_movies
Scrape and refresh the local database with the latest movies from Moviesda to keep listings current.