TV Show Recommender (TMDb)
Integrates with The Movie Database (TMDb) API to provide TV show discovery, recommendations, and streaming information based on genres, trends, and viewer preferences.
4 stars
0 tools
Created Aug 2025
@terryso/terryso-tv-show-recommender-tmdb-tv-recommender-mcp-serverAbout
Integrates with The Movie Database (TMDb) API to provide TV show discovery, recommendations, and streaming information based on genres, trends, and viewer preferences.
Categories
general
Installation
npm
npm install @terryso/terryso-tv-show-recommender-tmdb-tv-recommender-mcp-server
Configuration
{
"mcpServers": {
"terryso-tv-show-recommender-tmdb-tv-recommender-mcp-server": {
"command": "npx",
"args": [
"-y",
"@terryso/terryso-tv-show-recommender-tmdb-tv-recommender-mcp-server"
]
}
}
}