01Perform multi-search across movies, TV shows, and people using the `search_tmdb` tool.
02Fetch detailed information for specific items (movies, TV shows, persons) with the `get_tmdb_details` tool.
03Retrieve trending content across all media types using the `trending_all` tool.
04Implements the Model Context Protocol (MCP) for standardized AI client integration.
05Supports Node.js environments and uses a TMDB API key for data access.
060 GitHub stars