@showtime/mcp
Enables browsing movie and TV show data from TMDB and OMDB through 24 MCP tools.
README
Showtime
A monorepo for browsing movie and TV data from TMDB and OMDB. Three deployables share a single data layer, so upstream API access lives in exactly one place.
Workspaces
| Package | Name | What it is |
|---|---|---|
packages/core |
@showtime/core |
Shared data layer: TMDB + OMDB API clients, response types, and pure formatters. The only code that talks to the upstream APIs. |
apps/mcp |
@showtime/mcp |
Local stdio MCP server that exposes the data as 24 tools. Runs on Node via tsx; not deployed. |
apps/web |
web |
TanStack Start site (React 19, Tailwind v4) deployed to Cloudflare Workers. |
apps/mcp and apps/web depend on @showtime/core via workspace:* and never call TMDB or OMDB directly.
showtime/
├── packages/core @showtime/core : clients, types, formatters
├── apps/mcp @showtime/mcp : stdio MCP server
└── apps/web web : TanStack Start, Cloudflare Workers
Each workspace has its own CLAUDE.md with the details:
core, mcp, web.
Toolchain
This repo uses Vite+, a unified toolchain exposed through the global vp CLI (it wraps Vite, Rolldown, Vitest, tsdown, Oxlint, and Oxfmt). pnpm workspaces manage the packages; shared dependency versions live in the catalog: in pnpm-workspace.yaml.
- Node
>=22.18.0 - pnpm
11.9.0(downloaded automatically viadevEnginesif missing) - The
vpCLI. Runvp helpfor commands, or read the docs atnode_modules/vite-plus/docs.
Getting started
vp install
Both apps need a TMDB and an OMDB API key at runtime:
apps/mcp: copyapps/mcp/.env.exampletoapps/mcp/.envand fill inTMDB_API_KEYandOMDB_API_KEY.apps/web: put the same keys inapps/web/.dev.varslocally; in production set them withwrangler secret put.
Common commands
Run from the repo root.
| Command | Does |
|---|---|
vp run ready |
vp check + tests + build across every workspace. Run before considering a change done. |
vp run dev |
Start the web dev server (port 3000). |
vp check |
Format, lint, and typecheck. |
vp run fix |
Apply formatting and lint fixes. |
vp run -r test |
Run tests in every workspace. |
vp run -r build |
Build every workspace. |
Per-workspace scripts run with vp run <script> from inside the workspace (or vp run <name>#<script> from the root), for example:
apps/mcp:vp run start(run once),vp run dev(watch),vp run typecheck.apps/web:vp dev,vp build,vp preview,vp run generate-routes.
MCP server
apps/mcp is a stdio server, so it is launched by an MCP client rather than run standalone. To register it with Claude Code:
claude mcp add showtime-mcp -- \
./apps/mcp/node_modules/.bin/tsx \
--env-file-if-exists=$PWD/apps/mcp/.env \
$PWD/apps/mcp/src/index.ts
Conventions
- TypeScript ESM throughout. Relative imports inside a package use
.jsextensions even for.tsfiles. - All TMDB/OMDB access goes through
@showtime/core; nothing else reads API keys or calls the upstream APIs.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。