TMDB MCP Server
Servidor MCP de TMDB
Un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona acceso a la API de The Movie Database (TMDB). Este servidor permite a los asistentes de IA buscar y recuperar información de películas a través de la interfaz MCP.
Características
Buscar películas por título, año y otros criterios
Recuperar información detallada de la película
Fácil integración con asistentes de IA compatibles con MCP
Related MCP server: MCP TMDB
Prerrequisitos
Node.js >= 18
Clave API de TMDB (obtenga una de TMDB )
Instalación
Clonar el repositorio:
git clone https://github.com/rakeshgangwar/tmdb-mcp-server.git
cd tmdb-mcp-serverInstalar dependencias:
npm installConstruir el servidor:
npm run buildConfiguración
Configure el servidor MCP en su archivo de configuración de MCP (normalmente 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": []
}
}
}Reemplace your-api-key-here con su clave API de TMDB y reemplace /path/to/ con la ruta real.
Herramientas disponibles
buscar_películas
Busque películas utilizando la API de The Movie Database.
Parámetros:
query(obligatoria): cadena de consulta de búsquedayear(opcional): Filtrar por año de lanzamientopage(opcional): Número de página (predeterminado: 1)
Ejemplo:
{
"query": "Inception",
"year": 2010,
"page": 1
}Desarrollo
Realice sus cambios en el directorio
srcConstruir el proyecto:
npm run buildPruebe sus cambios configurando el servidor MCP en su configuración
Contribuyendo
Bifurcar el repositorio
Crea tu rama de funciones (
git checkout -b feature/amazing-feature)Confirme sus cambios (
git commit -am 'Add some amazing feature')Empujar a la rama (
git push origin feature/amazing-feature)Abrir una solicitud de extracción
Licencia
Este proyecto está licenciado bajo la licencia MIT: consulte el archivo de LICENCIA para obtener más detalles.
Expresiones de gratitud
API de TMDB para proporcionar la API de base de datos de películas
Protocolo de contexto de modelo para el SDK de MCP
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants like Claude to interact with The Movie Database (TMDB) API, providing capabilities for searching movies, retrieving movie details, and generating customized movie reviews and recommendations.42553MIT
- AlicenseNot gradedqualityDmaintenanceAn implementation of the Model Context Protocol that provides tools to interact with The Movie Database (TMDB), allowing users to search for movie collaborations, actor filmographies, and other film industry data.5MIT
- AlicenseNot gradedqualityDmaintenanceProvides integration with The Movie Database (TMDB) API for searching movies, TV shows, and people, accessing detailed information, and discovering popular and trending content. Enables AI assistants to access comprehensive movie and television metadata including ratings, cast, crew, and overviews.201MIT
- FlicenseNot gradedqualityDmaintenanceProvides access to IMDB movie and person data, including searches, cast details, and top-rated lists through the Model Context Protocol. It enables LLMs to fetch structured cinematic metadata and filmographies using the Cinemagoer backend.1
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rakeshgangwar/tmdb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server