I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

servidor de tmdb-mcp
3 years
Works with Finder
1
Github Watches
0
Github Forks
1
Github Stars
TMDB MCP Server
A Model Context Protocol (MCP) server that provides access to The Movie Database (TMDB) API. This server enables AI assistants to search and retrieve movie information through the MCP interface.
Features
- Search movies by title, year, and other criteria
- Retrieve detailed movie information
- Easy integration with MCP-compatible AI assistants
Prerequisites
- Node.js >= 18
- TMDB API key (get one from TMDB)
Installation
- Clone the repository:
git clone https://github.com/rakeshgangwar/tmdb-mcp-server.git
cd tmdb-mcp-server
- Install dependencies:
npm install
- Build the server:
npm run build
Configuration
Configure the MCP server in your MCP settings file (typically cline_mcp_settings.json
):
{
"mcpServers": {
"tmdb": {
"command": "node",
"args": ["/path/to/tmdb-mcp-server/dist/index.js"],
"env": {
"TMDB_API_KEY": "your-api-key-here"
},
"disabled": false,
"autoApprove": []
}
}
}
Replace your-api-key-here
with your TMDB API key and replace /path/to/
with actual path.
Available Tools
search_movies
Search for movies using The Movie Database API.
Parameters:
-
query
(required): Search query string -
year
(optional): Filter by release year -
page
(optional): Page number (default: 1)
Example:
{
"query": "Inception",
"year": 2010,
"page": 1
}
Development
- Make your changes in the
src
directory - Build the project:
npm run build
- Test your changes by configuring the MCP server in your settings
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -am 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- TMDB API for providing the movie database API
- Model Context Protocol for the MCP SDK
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Reviews

user_FJCdCdQG
As a dedicated mcp application user, I can confidently say that tmdb-mcp-server by rakeshgangwar is a game-changer! It's incredibly efficient and well-documented, making it easy to integrate and use. The server handles requests swiftly and reliably, streamlining our project development. Highly recommend giving it a try!