cinema-scheduler

ysm1026/cinema-scheduler
★ 0 stars TypeScript 🌐 Browser/Web Updated 1d ago
MCP Server for cinema schedule optimization with Claude Desktop integration
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cinema-scheduler": {
      "command": "npx",
      "args": [
        "-y",
        "ysm1026/cinema-scheduler"
      ]
    }
  }
}

README Excerpt

映画館の上映スケジュールをスクレイピングし、Claude Desktop からMCPツールとして利用できるシステム。 | パッケージ | 説明 | |-----------|------| | `@cinema-scheduler/shared` | 共有コード(DB、型定義) | | `@cinema-scheduler/scraper` | eiga.com スクレイパー | | `@cinema-scheduler/mcp` | MCP サーバー | | `@cinema-scheduler/inspector` | WebUI インスペクター | ```bash pnpm install

Tools (5)

get_data_statusget_showtimeslist_movieslist_theatersoptimize_schedule