mcp-server-tmdb
The TMDB MCP server integrates with The Movie Database API to provide movie information, search capabilities, and recommendations. Built using Node.js and TypeScript, it serves as a useful tool for developing movie-related applications.
GitHub Stars
50
User Rating
Not Rated
Favorites
0
Views
26
Forks
16
Issues
3
Technical Information
Programming Languages
JavaScriptPrimary Language
System Requirements
Node.js 18.0.0以上npm 8.0.0以上TypeScript (プロジェクト依存としてインストール)Provided Features
映画タイトルやキーワードによる検索機能 (search_movies)
映画IDに基づく推薦機能 (get_recommendations)
指定した時間枠でのトレンド映画の取得 (get_trending)
映画の詳細情報をJSON形式で提供 (tmdb:///movie/<movie_id>)
映画のキャスト情報やレビューを含む詳細なデータ
Safety Analysis
Safety Score
Safe100/100
Recommended For
Recommended for developers looking to build movie-related applications or projects that require accessing movie data through the TMDB API.