Letterboxd MCP Server

Letterboxd MCP Server

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.

Category
Visit Server

README

Letterboxd MCP Server (V3)

Un serveur MCP ultra-complet pour Letterboxd utilisant Playwright pour les actions réelles et Axios pour le scraping rapide.

Fonctionnalités Clés

  • Données Riches : Posters HD, Casting complet, Durée, Genres et Synopsis intégral pour chaque film.
  • Accès Privé : Supporte l'accès à votre Watchlist, Journal et Listes privées via authentification sécurisée.
  • Actions Réelles (Browser) : Notez des films, ajoutez des cœurs, gérez votre watchlist et créez des listes exactement comme un humain.
  • Pagination Infinie : Fouille absolument toutes les pages pour chaque requête par défaut.
  • Localisation Automatique : Support du mot-clé me pour cibler votre propre compte sans configuration complexe.

Configuration

Créez un fichier .env :

LETTERBOXD_USERNAME=votre_pseudo
LETTERBOXD_PASSWORD=votre_mdp
PORT=3000

Installation

npm install
npm start

Le script postinstall téléchargera automatiquement le navigateur Chromium nécessaire pour les actions.

Lancer en mode stdio (optionnel)

node index.js --mode=stdio

Par défaut le serveur utilise SSE via Express ; le mode stdio reste disponible pour les clients MCP qui le nécessitent.

Tools Disponibles

Lecture

  • search: Recherche globale (films, membres, listes).
  • get_film: Détails profonds d'un film (slug requis).
  • get_member_watchlist: Votre liste à voir (privee supportée).
  • get_member_diary: Votre journal de visionnage.
  • get_member_films: Tous les films que l'utilisateur a vus (toutes les pages), avec les éventuelles notes étoilées.
  • get_member_pinned: Vos 4 films préférés (épinglés).
  • get_member_lists: Toutes vos listes (inclus privées).

Écriture (Playwright)

  • add_to_watched: Marquer comme vu / retirer.
  • add_to_watchlist: Ajouter / retirer de la watchlist.
  • rate_film: Donner une note (1 à 10).
  • toggle_like: Ajouter / retirer un cœur.
  • write_review: Publier une critique dans votre journal.
  • add_to_list: Ajouter un film à une liste existante.
  • create_list: Créer une nouvelle liste (min. 1 film requis).

Astuce

Utilisez username: "me" dans n'importe quel outil pour cibler automatiquement votre compte connecté.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured