Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
movies-for-ai-agents logo

movies-for-ai-agents

jcodesmore-plugins

OtherClaude Codeby JCodesMore

Summary

Discover, recommend, and track movies in Claude Code. TMDB-powered with a taste profile and watch history that follow you across projects.

Install to Claude Code

/plugin install movies-for-ai-agents@jcodesmore-plugins

Run in Claude Code. Add the marketplace first with /plugin marketplace add JCodesMore/jcodesmore-plugins if you haven't already.

README.md

<div align="center">

Movies for AI Agents

Your personal AI movie buddy

Ask "what should I watch tonight?" and get picks that actually fit your taste. Mention a film and Claude quietly logs it. The more you talk, the smarter it gets.

![Discord](https://discord.gg/babcVNJBet)

Quick Start · Try it · Discord

![Watch the demo](https://youtu.be/hX12xFf8-9I)

Click to watch — 40-second demo.

</div>

---

Quick Start

1. Get a free TMDB API key (~2 minutes) at https://www.themoviedb.org/settings/api — copy your API key.

2. Install the plugin — inside Claude Code, run:

/plugin marketplace add JCodesMore/jcodesmore-plugins
/plugin install movies-for-ai-agents@jcodesmore-plugins

Then fully restart Claude Code (quit the app and reopen).

3. Add your key — run /movies-for-ai-agents:setup and paste it when prompted. Done.

Try it

Talk to Claude like a friend:

  • "What should I watch tonight?"
  • "Find me that 90s movie about a hacker..."
  • "I just finished Arrival, absolutely loved it." — auto-logs it, learns your taste
  • "Add Weapons to my halloween list." — custom themed lists, organized by mood
  • "Sci-fi with an IMDb rating of 8 or higher from the 2010s."
  • "Hidden gems — highly rated but obscure."

Tell Claude you'll watch something tonight, and next session it'll ask how it went. Your taste profile follows you across every project and every machine.

Community

Discord — chat, help, show-and-tell · Issues — bugs & feature requests · Contribute · More plugins

<details> <summary><b>Where your data lives</b></summary>

Everything stays on your machine, outside any one project folder:

~/.claude/data/movies-for-ai-agents/
├── config.json           ← your TMDB API key (permissions 600)
├── preferences.json      ← your taste profile (liked genres, directors, interests, etc.)
├── watched.json          ← what you've seen
├── lists.json            ← every custom list, including the default "watchlist"
├── active.json           ← films you've started but not finished
├── imdb-cache.json       ← cached imdbapi.dev responses (24h/6h TTLs)
└── imdb-interests.json   ← cached IMDb interest taxonomy (7d TTL)

Your taste follows you across every project and every machine that shares this directory. No telemetry, no analytics — nothing leaves your machine except TMDB search queries.

</details>

<details> <summary><b>Troubleshooting</b></summary>

| Something's off | Fix | |---|---| | "TMDB API key not configured" | Run /movies-for-ai-agents:setup — or set TMDB_API_KEY in your shell environment. | | Plugin doesn't show up in /mcp | Fully quit Claude Code and reopen. The plugin registers on startup. | | "Cannot find module '@modelcontextprotocol/sdk'" | Only happens with manual install — run cd mcp-server && npm install. | | Recommendations still feel generic | Tell Claude about 3–5 movies you love. Give it some signal to work with. |

More help in the Discord.

</details>

<details> <summary><b>Advanced install (without the marketplace)</b></summary>

If you'd rather clone and run it directly:

git clone https://github.com/JCodesMore/movies-for-ai-agents.git
cd movies-for-ai-agents/mcp-server && npm install
cd ..
claude --plugin-dir .

Or skip /movies-for-ai-agents:setup entirely by exporting your key as an environment variable:

export TMDB_API_KEY="your_key_here"

The environment variable takes precedence over config.json when both are set.

Requirements: Node.js ≥ 18, free TMDB API key.

</details>

<details> <summary><b>Built on</b></summary>

  • moviedb-promise — TMDB client
  • Model Context Protocol SDK — tool exposure to Claude
  • TMDB — fuzzy search, trending, now-playing, ML recommendations, watch providers
  • imdbapi.dev — IMDb ratings, Metascore, interest taxonomy, rating-aware discovery, awards, box office (no key required)

</details>

License

Apache License 2.0 — © 2026 JCodesMore

> This product uses the TMDB API but is not endorsed or certified by TMDB.

---

Part of jcodesmore-plugins.

Related plugins

Browse all →