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.
Latest Blog Posts
- 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