TMDB Workers
bysh-cho
0Provides access to movie data and trending film information through The Movie Database (TMDB) API.
概要
This remote Model Context Protocol (MCP) server leverages Cloudflare Workers to offer seamless access to The Movie Database (TMDB) API. It enables users to search for movies by title, retrieve popular films, and discover trending movies within specified time windows (day or week). Designed for integration with clients like Claude Desktop, it supports both SSE and Streamable HTTP transport types, requiring a valid TMDB API read access token for authentication.
主な機能
- 0 GitHub stars
- Built with Cloudflare Workers for remote accessibility
- Requires TMDB API read access token for authentication
- Supports SSE and Streamable HTTP transport
- Search for movies by title or retrieve popular films
- Get trending movies by day or week
ユースケース
- Provide movie data to AI assistants or applications
- Integrate TMDB functionality into MCP-compatible clients like Claude Desktop
- Build applications requiring remote movie database access