Skip to main content
Glama
rhrabun

letterboxd-mcp

by rhrabun

letterboxd-mcp

Letterboxd ユーザーの視聴履歴を LLM に渡す MCP サーバーです。これにより、モデルがあなたの観た作品を読み取り、あなたが本当に好きそうな新しい映画を提案できます。

RSS を使う理由

Letterboxd には公式の公開 API がありません。ユーザーごとの RSS フィード(https://letterboxd.com/{username}/rss/)だけが正規の機械可読なインターフェースなので、このサーバーはそれを解析します。スクレイピングもログインも不要です。

注記: フィードには直近の ~50 件の日記エントリーしか含まれません。

Related MCP server: Filmladder MCP Server

ツール

ツール

戻り値

get_diary(username)

直近のエントリー: 映画、年、レーティング、いいね、再視聴、視聴日、レビュー本文、TMDB id

get_reviews(username)

同上。ただし、レビュー本文が書かれたエントリーのみ

必要なもの

フィードで拾ってもらうには、映画が日記に記録されている必要があります。作品ページで星評価を付けてもカウントされず、フィードには届きません。代わりに Log/Review フローを使い、そこでレーティングを設定してください。レビュー本文は任意です。

書かれたレビューは、1 行でも役立ちます。レーティングはモデルに、あなたが何を観たのかを伝えます。レビューは、なぜあなたがそれを好きだったのか、あるいは嫌いだったのかを伝えます。そして、その後半の情報こそが、提案を実際に役立つものにするのです。

セットアップ

uv が必要です。

uv sync
uv run python test_server.py   # self-check against bundled fixtures
uv run python smoke.py <your_username>  # live end-to-end check

MCP クライアント登録

{
  "mcpServers": {
    "letterboxd": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/letterboxd-mcp", "python", "server.py"]
    }
  }
}
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
    B
    quality
    D
    maintenance
    Enables AI assistants like Claude to interact with The Movie Database (TMDB) API, providing capabilities for searching movies, retrieving movie details, and generating customized movie reviews and recommendations.
    4
    255
    3
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides movie listings, showtimes, and personalized recommendations for Amsterdam cinemas by scraping filmladder.nl, with support for filtering by date, cinema, rating, and preferred showtimes.
    1
  • F
    license
    Not graded
    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.
    1
  • F
    license
    Not graded
    quality
    C
    maintenance
    A comprehensive MCP server that enables users to interact with Letterboxd for searching films, viewing member data, and performing actions like rating or reviewing movies. It supports private data access and automated browser actions for managing watchlists, diaries, and custom lists.
    1

View all related MCP servers

Related MCP Connectors

  • Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.

  • Access and interact with anime and manga data seamlessly. Retrieve detailed information about your…

  • Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien…

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/rhrabun/letterboxd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server