tmdb-mcp-server
Search, detail, and discovery for movies, TV, and people on The Movie Database (TMDB).
Package Details
@cyanheads/tmdb-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
TMDB v4 API Read Access Token (JWT). Sent as 'Authorization: Bearer'. Create one at https://www.themoviedb.org/settings/api.
en-USDefault response language as ISO 639-1, optionally with region (e.g. 'en-US'). Per-call language overrides it.
USDefault ISO 3166-1 country hint (e.g. 'US') used in region-aware error messages.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/tmdb-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
TMDB v4 API Read Access Token (JWT). Sent as 'Authorization: Bearer'. Create one at https://www.themoviedb.org/settings/api.
en-USDefault response language as ISO 639-1, optionally with region (e.g. 'en-US'). Per-call language overrides it.
USDefault ISO 3166-1 country hint (e.g. 'US') used in region-aware error messages.
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').