media-mcp
Provides local SQLite database for tracking watchlist, watched history, and episode progress of movies and TV series.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@media-mcpsearch for the movie Inception"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
media-mcp
Servidor MCP personal para recomendaciones de películas/series (vía TMDB) y seguimiento de vistos/watchlist/episodios en SQLite local.
Setup
Consigue un API Read Access Token gratuito en https://www.themoviedb.org/settings/api
cp .env.example .envy pon tu token enTMDB_API_KEYnpm installnpm run build
Related MCP server: TMDB MCP Server
Registrar en Claude Code
Añade en ~/.mcp.json (o /home/user/.mcp.json):
{
"mcpServers": {
"media-mcp": {
"command": "node",
"args": ["/home/user/media-mcp/dist/index.js"],
"env": { "TMDB_API_KEY": "tu_token_aqui" }
}
}
}Reinicia Claude Code y verifica con /mcp que aparece conectado.
Herramientas
Tool | Qué hace |
| Busca películas/series en TMDB |
| Agrega algo a la watchlist |
| Lista watchlist + en progreso |
| Marca como visto (con rating/notas opcional) |
| Lista todo lo visto |
| Marca un episodio de una serie como visto |
| Próximo episodio pendiente de una serie |
| Recomienda basado en historial o en un título dado |
Los datos se guardan en data/media.db (SQLite, gitignored).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceIntegrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations.Last updated1775MIT
- Alicense-qualityDmaintenanceProvides integration with The Movie Database (TMDB) API for searching movies, TV shows, and people, accessing detailed information, and discovering popular and trending content. Enables AI assistants to access comprehensive movie and television metadata including ratings, cast, crew, and overviews.Last updated971MIT
- Flicense-qualityDmaintenanceTracks movies, books, and TV shows with ratings and preferences, providing intelligent cross-media recommendations. Automatically fetches metadata from OMDB, Google Books, and TMDB to help manage watchlists and analyze viewing patterns.Last updated1
- AlicenseAqualityCmaintenanceProvides 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.Last updated13975MIT
Related MCP Connectors
Trakt MCP — TV/movie metadata + watch tracking signals
TMDB v3: movies, TV, people, trending, discover, genres, credits. Free key.
OMDb MCP — IMDB-derived movie / TV / episode data (BYO key)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/emedinamaza/media-mcp-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server