
OMDb Movies MCP By UnClick
Hook OMDb and IMDb-style movie metadata into your agent while you build watchlists, review sites, or recommendation features without writing another REST client.
Overview
OMDb Movies MCP by UnClick is an MCP server for the Build phase that lets your agent query OMDb and IMDb-oriented movie metadata over MCP.
What is this MCP server?
- OMDb-oriented movie tools covering movies, OMDb, and IMDb-style metadata
- Packaged as @unclick/omdb-mcp with stdio MCP transport
- Version 0.1.0 using MCP server schema 2025-12-11
- UnClick standalone package from the unclick GitHub monorepo
- Fits content and media side projects driven from Claude Code or Cursor
- Published server version 0.1.0
- npm package @unclick/omdb-mcp with stdio transport
- GitHub source at packages/standalone/omdb-mcp in unclick repository
Community signal: 4 GitHub stars.
What problem does it solve?
Movie side projects stall when every agent turn needs manual OMDb API calls, JSON parsing, and inconsistent title matching.
Who is it for?
Indie builders shipping movie lists, review content, or recommendation prototypes with agent help and OMDb-backed facts.
Skip if: Products needing studio-licensed assets, global box office terminals, or workflows that cannot use third-party movie APIs.
What do I get? / Deliverables
After configuration, your agent can pull movie records through MCP tools so your app code focuses on UX and business rules.
- Running OMDb MCP server wired into your agent
- Structured movie metadata for features and content generation
- Less bespoke HTTP code for title search and detail enrichment
Recommended MCP Servers
Journey fit
How it compares
MCP integration for OMDb-style movie lookups, not a full streaming platform or agent skill.
Common Questions / FAQ
Who is OMDb Movies MCP By UnClick for?
Solo developers using MCP agents who build movie-centric apps and want OMDb/IMDb-style metadata without maintaining custom API clients.
When should I use OMDb Movies MCP By UnClick?
Use it during build when implementing search, detail pages, or enrichment pipelines that need structured movie data from OMDb.
How do I add OMDb Movies MCP By UnClick to my agent?
Install @unclick/omdb-mcp with npx, configure the stdio MCP server in your agent client, and set your OMDb API key per the package documentation.