letterboxd-mcp
letterboxd-mcp
一个 MCP 服务器,将 Letterboxd 用户的观影历史提供给 LLM,让模型能读取你看过的内容,并推荐真正符合你口味的新电影。
为什么用 RSS?
Letterboxd 没有官方的公开 API。每个用户的 RSS 订阅源(https://letterboxd.com/{username}/rss/)是唯一官方认可的机器可读接口,因此本服务器会解析它。无需爬取,无需登录。
注意:该订阅源只包含最近 ~50 条日记条目。
Related MCP server: Filmladder MCP Server
工具
工具 | 返回结果 |
| 最近条目:film、year、rating、liked、rewatch、watched date、review text、TMDB id |
| 同上,但仅返回含有文字影评的条目 |
前提条件
影片必须记录在你的日记中,订阅源才会采集到这些信息。在电影页面上打星评分则不行;它永远也不会进入订阅源。请改用 Log/Review 流程并在其中设置你的评分。影评正文可选。
书写文字影评仍有帮助,哪怕只有一句话。评分让模型知道你看了什么;影评让模型知道你为何喜欢或不喜欢某部影片,而后者正是让它的推荐变得有价值的关键。
安装
需要安装 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 checkMCP 客户端注册
{
"mcpServers": {
"letterboxd": {
"command": "uv",
"args": ["run", "--directory", "/path/to/letterboxd-mcp", "python", "server.py"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables 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.42553MIT
- FlicenseNot gradedqualityDmaintenanceProvides 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
- FlicenseNot gradedqualityDmaintenanceTracks 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
- FlicenseNot gradedqualityCmaintenanceA 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
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…
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/rhrabun/letterboxd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server