TMDB
Rank #7,218io.github.Grinv/tmdb-mcp
MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.
TMDB is a Model Context Protocol (MCP) server published by grinv. It ranks #7,218 of 76,851 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. TMDB is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 29, 2026 and most recently updated on Jul 9, 2026.
Ranks ahead of 69,633 of 76,851 servers on MCP Toplist.
Use TMDB
Add TMDB to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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.2.0/tmdb-mcp.mcpb` — install it through your client’s extension manager.
Listed on 2 registries
grinv
Other servers by grinv
View all grinv servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Jul 9, 2026 |
Frequently asked questions
- Who maintains TMDB?
- TMDB is maintained by grinv, which publishes 3 MCP servers (15 total versions) tracked on MCP Toplist.
- Is TMDB listed on the Official MCP Registry?
- Yes — TMDB is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does TMDB have?
- MCP Toplist tracks 1 version of TMDB, most recently published on Jul 9, 2026.
- Where can I find the source code for TMDB?
- The source code for TMDB is hosted at github.com/grinv/tmdb-mcp.