io.github.cyanheads/tmdb-mcp-server MCP Server
io.github.cyanheads/tmdb-mcp-server
What is the io.github.cyanheads/tmdb-mcp-server MCP server?
Search, detail, and discovery for movies, TV, and people on The Movie Database (TMDB).
How to install io.github.cyanheads/tmdb-mcp-server
Copy-paste configuration for popular MCP clients.
TMDB_API_KEYrequiredsecretTMDB v4 API Read Access Token (JWT). Sent as 'Authorization: Bearer'. Create one at https://www.themoviedb.org/settings/api.
TMDB_LANGUAGEDefault response language as ISO 639-1, optionally with region (e.g. 'en-US'). Per-call language overrides it.
TMDB_DEFAULT_REGIONDefault ISO 3166-1 country hint (e.g. 'US') used in region-aware error messages.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
MCP_HTTP_HOSTThe hostname for the HTTP server.
MCP_HTTP_PORTThe port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHThe endpoint path for the MCP server.
MCP_AUTH_MODEAuthentication mode to use: 'none', 'jwt', or 'oauth'.
{
"mcpServers": {
"tmdb-mcp-server": {
"command": "node",
"args": [
"-y",
"@cyanheads/tmdb-mcp-server",
"run",
"start:stdio"
],
"env": {
"TMDB_API_KEY": "<YOUR_TMDB_API_KEY>",
"TMDB_LANGUAGE": "<YOUR_TMDB_LANGUAGE>",
"TMDB_DEFAULT_REGION": "<YOUR_TMDB_DEFAULT_REGION>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>"
}
}
}
}{
"mcpServers": {
"tmdb-mcp-server": {
"command": "node",
"args": [
"-y",
"@cyanheads/tmdb-mcp-server",
"run",
"start:stdio"
],
"env": {
"TMDB_API_KEY": "<YOUR_TMDB_API_KEY>",
"TMDB_LANGUAGE": "<YOUR_TMDB_LANGUAGE>",
"TMDB_DEFAULT_REGION": "<YOUR_TMDB_DEFAULT_REGION>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>"
}
}
}
}{
"mcpServers": {
"tmdb-mcp-server": {
"command": "node",
"args": [
"-y",
"@cyanheads/tmdb-mcp-server",
"run",
"start:stdio"
],
"env": {
"TMDB_API_KEY": "<YOUR_TMDB_API_KEY>",
"TMDB_LANGUAGE": "<YOUR_TMDB_LANGUAGE>",
"TMDB_DEFAULT_REGION": "<YOUR_TMDB_DEFAULT_REGION>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>"
}
}
}
}{
"servers": {
"tmdb-mcp-server": {
"type": "stdio",
"command": "node",
"args": [
"-y",
"@cyanheads/tmdb-mcp-server",
"run",
"start:stdio"
],
"env": {
"TMDB_API_KEY": "<YOUR_TMDB_API_KEY>",
"TMDB_LANGUAGE": "<YOUR_TMDB_LANGUAGE>",
"TMDB_DEFAULT_REGION": "<YOUR_TMDB_DEFAULT_REGION>",
"MCP_LOG_LEVEL": "<YOUR_MCP_LOG_LEVEL>",
"MCP_HTTP_HOST": "<YOUR_MCP_HTTP_HOST>",
"MCP_HTTP_PORT": "<YOUR_MCP_HTTP_PORT>",
"MCP_HTTP_ENDPOINT_PATH": "<YOUR_MCP_HTTP_ENDPOINT_PATH>",
"MCP_AUTH_MODE": "<YOUR_MCP_AUTH_MODE>"
}
}
}
}claude mcp add tmdb-mcp-server --env TMDB_API_KEY=<YOUR_TMDB_API_KEY> --env TMDB_LANGUAGE=<YOUR_TMDB_LANGUAGE> --env TMDB_DEFAULT_REGION=<YOUR_TMDB_DEFAULT_REGION> --env MCP_LOG_LEVEL=<YOUR_MCP_LOG_LEVEL> --env MCP_HTTP_HOST=<YOUR_MCP_HTTP_HOST> --env MCP_HTTP_PORT=<YOUR_MCP_HTTP_PORT> --env MCP_HTTP_ENDPOINT_PATH=<YOUR_MCP_HTTP_ENDPOINT_PATH> --env MCP_AUTH_MODE=<YOUR_MCP_AUTH_MODE> -- node -y @cyanheads/tmdb-mcp-server run start:stdioRelated MCP servers
Read, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP.
io.github.cyanheads/git-mcp-server
Comprehensive Git MCP server with 28 tools for clone, commit, branching, merging, and advanced workflows.
Agent-native TypeScript framework for building MCP servers with declarative definitions.
TypeScript template for building MCP servers with declarative tooling, observability, and auth.
Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.
Search ClinicalTrials.gov — find studies, retrieve results, match patients to eligible trials.