MCP-TMDB
1
TMDB MCP Server is a Model Context Protocol server designed to interface with The Movie Database (TMDB) API, facilitating enriched movie data interactions for AI assistants. It enables features like movie search, detail retrieval, reviews, and recommendations.
TMDB MCP Server
This project implements a Model Context Protocol (MCP) server that integrates with The Movie Database (TMDB) API, enabling AI assistants to interact with movie data. It offers features like searching for movies, retrieving movie details, generating movie reviews, and providing personalized movie recommendations.
Features
- Resources: Access TMDB API information and trending movies.
- Resource Templates: Get detailed information about specific movies.
- Prompts: Generate customized movie reviews and recommendations.
- Tools: Search for movies, get trending and similar movies.
Setup
- Prerequisites: Node.js, npm/yarn, TMDB API key.
- Installation: Clone the repository, install dependencies, configure API key, build and start the server.