Skip to main content
Glama

media-mcp

Servidor MCP personal para recomendaciones de películas/series (vía TMDB) y seguimiento de vistos/watchlist/episodios en SQLite local.

Setup

  1. Consigue un API Read Access Token gratuito en https://www.themoviedb.org/settings/api

  2. cp .env.example .env y pon tu token en TMDB_API_KEY

  3. npm install

  4. npm 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

search_media

Busca películas/series en TMDB

add_to_watchlist

Agrega algo a la watchlist

get_watchlist

Lista watchlist + en progreso

mark_watched

Marca como visto (con rating/notas opcional)

get_watched_history

Lista todo lo visto

mark_episode_watched

Marca un episodio de una serie como visto

get_next_episode

Próximo episodio pendiente de una serie

get_recommendations

Recomienda basado en historial o en un título dado

Los datos se guardan en data/media.db (SQLite, gitignored).

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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