Tmdb MCP Server
Rank #16131glama/tcehjaava/tmdb-mcp-server
Provides access to The Movie Database (TMDB) API, enabling users to search for movies, TV shows, and people, get detailed information, discover content with advanced filters, and retrieve recommendations.
Tmdb MCP Server is a Model Context Protocol (MCP) server published by tcehjaava. It ranks #16131 of 58,900 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Tmdb MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Oct 7, 2025 and most recently updated on Oct 8, 2025.
Ranks ahead of 42,769 of 58,900 servers on MCP Toplist.
Use Tmdb MCP Server
Add Tmdb MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"tmdb-mcp-server": {
"command": "npx",
"args": [
"-y",
"tmdb-mcp-server"
],
"env": {
"TMDB_ACCESS_TOKEN": "<your TMDB_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
tcehjaava
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Oct 8, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Tmdb MCP Server?
- Provides access to The Movie Database (TMDB) API, enabling users to search for movies, TV shows, and people, get detailed information, discover content with advanced filters, and retrieve recommendations.
- Who maintains Tmdb MCP Server?
- Tmdb MCP Server is maintained by tcehjaava, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Tmdb MCP Server an official MCP server?
- Yes — Tmdb MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Tmdb MCP Server have?
- MCP Toplist tracks 2 versions of Tmdb MCP Server, most recently published on Oct 8, 2025.
- Where can I find the source code for Tmdb MCP Server?
- The source code for Tmdb MCP Server is hosted at github.com/tcehjaava/tmdb-mcp-server.