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.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides 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 updated
    97
    1
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Tracks 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 updated
    1
  • A
    license
    A
    quality
    C
    maintenance
    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.
    Last updated
    13
    97
    5
    MIT

View all related MCP servers

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)

View all MCP Connectors

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