TMDB MCP Server
Rank #4,030io.github.Grinv/tmdb-mcp
MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.
TMDB MCP Server is a Model Context Protocol (MCP) server published by grinv. It ranks #4,030 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. TMDB MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Jun 29, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 111,430 of 115,460 servers on MCP Toplist.
Use TMDB MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add tmdb-mcp -e "TMDB_API_TOKEN=<your TMDB_API_TOKEN>" -e "OMDB_API_KEY=<your OMDB_API_KEY>" -e "TMDB_LANGUAGE=<your TMDB_LANGUAGE>" -e "TMDB_REGION=<your TMDB_REGION>" -- npx -y tmdb-mcpReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpb` — install it through your client’s extension manager.
[mcp_servers.tmdb-mcp]
command = "npx"
args = ["-y", "tmdb-mcp"]
[mcp_servers.tmdb-mcp.env]
TMDB_API_TOKEN = "<your TMDB_API_TOKEN>"
OMDB_API_KEY = "<your OMDB_API_KEY>"
TMDB_LANGUAGE = "<your TMDB_LANGUAGE>"
TMDB_REGION = "<your TMDB_REGION>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"tmdb-mcp": {
"command": "npx",
"args": [
"-y",
"tmdb-mcp"
],
"env": {
"TMDB_API_TOKEN": "<your TMDB_API_TOKEN>",
"OMDB_API_KEY": "<your OMDB_API_KEY>",
"TMDB_LANGUAGE": "<your TMDB_LANGUAGE>",
"TMDB_REGION": "<your TMDB_REGION>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"tmdb-mcp": {
"command": "npx",
"args": [
"-y",
"tmdb-mcp"
],
"env": {
"TMDB_API_TOKEN": "<your TMDB_API_TOKEN>",
"OMDB_API_KEY": "<your OMDB_API_KEY>",
"TMDB_LANGUAGE": "<your TMDB_LANGUAGE>",
"TMDB_REGION": "<your TMDB_REGION>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpb` — install it through your client’s extension manager.
{
"servers": {
"tmdb-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tmdb-mcp"
],
"env": {
"TMDB_API_TOKEN": "<your TMDB_API_TOKEN>",
"OMDB_API_KEY": "<your OMDB_API_KEY>",
"TMDB_LANGUAGE": "<your TMDB_LANGUAGE>",
"TMDB_REGION": "<your TMDB_REGION>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"tmdb-mcp": {
"command": "npx",
"args": [
"-y",
"tmdb-mcp"
],
"env": {
"TMDB_API_TOKEN": "<your TMDB_API_TOKEN>",
"OMDB_API_KEY": "<your OMDB_API_KEY>",
"TMDB_LANGUAGE": "<your TMDB_LANGUAGE>",
"TMDB_REGION": "<your TMDB_REGION>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"tmdb-mcp": {
"command": "npx",
"args": [
"-y",
"tmdb-mcp"
],
"env": {
"TMDB_API_TOKEN": "<your TMDB_API_TOKEN>",
"OMDB_API_KEY": "<your OMDB_API_KEY>",
"TMDB_LANGUAGE": "<your TMDB_LANGUAGE>",
"TMDB_REGION": "<your TMDB_REGION>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/Grinv/tmdb-mcp/releases/download/v0.11.0/tmdb-mcp.mcpb` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Grinv%2Ftmdb-mcp)<a href="https://mcptoplist.com/server/io.github.Grinv%2Ftmdb-mcp"><img src="https://mcptoplist.com/badge/io.github.Grinv%2Ftmdb-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
grinv
Other servers by grinv
- Steam MCP Server#2,867 · 8 vers
- MAL MCP Server#3,591 · 7 vers
- AniList MCP Server#5,746 · 10 vers
- mcp-server-template#94,318
Available versions (8)
| Version | Published |
|---|---|
| 0.11.0 | Aug 15, 2026 |
| 0.10.1 | Jul 30, 2026 |
| 0.10.0 | Jul 30, 2026 |
| 0.9.0 | Jul 29, 2026 |
| 0.6.0 | Jul 21, 2026 |
| 0.5.0 | Jul 19, 2026 |
| 0.4.0 | Jul 18, 2026 |
| 0.2.0 | Jul 9, 2026 |
Frequently asked questions
- Who maintains TMDB MCP Server?
- TMDB MCP Server is maintained by grinv, which publishes 5 MCP servers (33 total versions) tracked on MCP Toplist.
- Is TMDB MCP Server listed on the Official MCP Registry?
- Yes — TMDB MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does TMDB MCP Server have?
- MCP Toplist tracks 8 versions of TMDB MCP Server, most recently published on Aug 15, 2026.
- Where can I find the source code for TMDB MCP Server?
- The source code for TMDB MCP Server is hosted at github.com/grinv/tmdb-mcp.