TV推荐MCP服务器 logo

TV推荐MCP服务器

by terryso

A TV recommendation MCP server based on the TMDb API, providing recommendations by genre, similar series recommendations, and series details. It extends LLM capabilities for real-time, personalized TV show recommendations.

View on GitHub

Last updated: N/A

What is TV推荐MCP服务器?

This is an MCP (Model Context Protocol) server designed to provide comprehensive American TV series recommendations and information retrieval services. It communicates with MCP-supporting clients via standard input/output (stdio) and retrieves data by calling the TMDb (The Movie Database) API.

How to use TV推荐MCP服务器?

To use this server, you can either install it globally via npm or run it directly using npx. You must set the TMDB_API_KEY environment variable with a valid TMDb API key. Once running, it can be integrated with MCP-compatible clients like Claude Desktop or Cursor by configuring the client to communicate with the server via stdio.

Key features of TV推荐MCP服务器

  • Provides recommendations by genre

  • Finds similar TV shows

  • Retrieves detailed show information

  • Queries actor information and credits

  • Advanced show discovery with multiple filters

  • Queries popular and trending shows

  • Queries show user reviews

  • Queries show trailers and videos

  • Queries show watch providers

Use cases of TV推荐MCP服务器

  • Discovering new TV series based on genre or popularity

  • Finding TV shows similar to a favorite series

  • Getting detailed information about a specific TV show

  • Exploring the filmography of a favorite actor

  • Finding where to watch a specific TV show (streaming, rental, purchase)

  • Integrating with AI chat interfaces for natural language TV show discovery

FAQ from TV推荐MCP服务器

What is the purpose of this server?

To provide comprehensive American TV series recommendations and information retrieval services to LLM clients via MCP.

What is MCP?

Model Context Protocol, a standard for communication between LLMs and external tools or servers.

How do I get a TMDb API key?

You can register for a free API key on the TMDb website (themoviedb.org).

How do I run the server?

You can install it globally via npm install -g tv-recommender-mcp-server or run it directly using npx tv-recommender-mcp-server. Make sure to set the TMDB_API_KEY environment variable.

How do I integrate this with Cursor?

Create or edit the .cursor/mcp.json file in your project root and configure the server information as described in the README.