Skip to main content
Glama

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

Prerrequisitos

  • Node.js >= 18
  • Clave API de TMDB (obtenga una de TMDB )

Instalación

  1. Clonar el repositorio:
git clone https://github.com/rakeshgangwar/tmdb-mcp-server.git cd tmdb-mcp-server
  1. Instalar dependencias:
npm install
  1. Construir el servidor:
npm run build

Configuració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úsqueda
  • year (opcional): Filtrar por año de lanzamiento
  • page (opcional): Número de página (predeterminado: 1)

Ejemplo:

{ "query": "Inception", "year": 2010, "page": 1 }

Desarrollo

  1. Realice sus cambios en el directorio src
  2. Construir el proyecto:
npm run build
  1. Pruebe sus cambios configurando el servidor MCP en su configuración

Contribuyendo

  1. Bifurcar el repositorio
  2. Crea tu rama de funciones ( git checkout -b feature/amazing-feature )
  3. Confirme sus cambios ( git commit -am 'Add some amazing feature' )
  4. Empujar a la rama ( git push origin feature/amazing-feature )
  5. 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

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Permite que los asistentes de IA busquen y recuperen información de películas de la API de The Movie Database (TMDB) a través de la interfaz del Protocolo de contexto de modelo.

  1. Características
    1. Prerrequisitos
      1. Instalación
        1. Configuración
          1. Herramientas disponibles
            1. buscar\_películas
          2. Desarrollo
            1. Contribuyendo
              1. Licencia
                1. Expresiones de gratitud

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    Integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.
                    Last updated -
                    3
                    33
                    JavaScript
                    MIT License
                    • Apple
                    • Linux
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A Python-based Model Context Protocol server that allows AI assistants like Claude to access and query your movie and TV show collection via Radarr and Sonarr APIs.
                    Last updated -
                    3
                    Python
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A Model Context Protocol server that enables AI assistants to extract transcripts from YouTube videos, allowing AI to analyze and work with video content directly.
                    Last updated -
                    6
                    1
                    TypeScript
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A server based on Model Context Protocol that enables AI assistants to query and search for stock information using the Tushare API.
                    Last updated -
                    Python
                    MIT License

                  View all related MCP servers

                  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