关于
The Wizzy TMDB project offers an MCP (Model Context Protocol) server, implemented in JavaScript, designed to empower AI clients with seamless access to The Movie Database (TMDB). It acts as a standardized gateway, allowing intelligent agents to search, retrieve, and interact with comprehensive data on movies, TV shows, and entertainment personalities, all through a structured and easy-to-use protocol.
主要功能
- Perform multi-search across movies, TV shows, and people using the `search_tmdb` tool.
- Fetch detailed information for specific items (movies, TV shows, persons) with the `get_tmdb_details` tool.
- Retrieve trending content across all media types using the `trending_all` tool.
- Implements the Model Context Protocol (MCP) for standardized AI client integration.
- Supports Node.js environments and uses a TMDB API key for data access.
- 0 GitHub stars
使用案例
- Integrating dynamic entertainment content into MCP-compatible chat clients or IDEs.
- Developing applications that require programmatic access to TMDB data through a standardized protocol.
- Enabling AI assistants to provide real-time movie, TV show, or celebrity information.