# Magic Hour MCP

> Magic Hour's hosted MCP: 44 tools across video, image and voice generation on one connection.

- **Category:** Video Generation
- **Vendor:** Magic Hour (official)
- **Pricing:** credits
- **Verified:** 2026-09-15

## What it does

Magic Hour's first-party remote server is generated from its OpenAPI spec with FastMCP, so every public endpoint arrives as a tool: text-, image- and video-to-video, lip sync, talking photos, face and character replacement, auto subtitles, image generation, editing, upscaling and background removal, plus voice generation and cloning. Creation tools return a project id and the credits charged immediately, and matching wait_for_*_project tools poll to completion and hand back exact signed download URLs. For a filmmaker-agent it is a broad single-vendor toolbox with the async plumbing already worked out.

## Connect

- Remote endpoint: `https://mcp.magichour.ai/`
- Remote headers required: `Authorization`
- Claude Code: `claude mcp add --scope user --transport http magic-hour https://mcp.magichour.ai/ --header "Authorization: Bearer YOUR_MAGIC_HOUR_API_KEY"`

**Auth:** api_key — <https://magichour.ai/developer?tab=api-keys> — Claude Code and Codex send it as a bearer header; Claude desktop connectors run an OAuth flow (client ID magic-hour-mcp) whose authorization page asks you to paste the same key.

## Capabilities

[text-to-video](https://mcp.film/capabilities/text-to-video.md) · [image-to-video](https://mcp.film/capabilities/image-to-video.md) · [video-to-video](https://mcp.film/capabilities/video-to-video.md) · [lip-sync](https://mcp.film/capabilities/lip-sync.md) · [faceswap](https://mcp.film/capabilities/faceswap.md) · [talking-head](https://mcp.film/capabilities/talking-head.md) · [text-to-image](https://mcp.film/capabilities/text-to-image.md) · [image-editing](https://mcp.film/capabilities/image-editing.md) · [upscaling](https://mcp.film/capabilities/upscaling.md) · [background-removal](https://mcp.film/capabilities/background-removal.md) · [tts](https://mcp.film/capabilities/tts.md) · [voice-cloning](https://mcp.film/capabilities/voice-cloning.md) · [captioning](https://mcp.film/capabilities/captioning.md) · [job-polling](https://mcp.film/capabilities/job-polling.md)

## Sample tools

`text_to_video_create_video` · `image_to_video_create_video` · `video_to_video_create_video` · `lip_sync_create_video` · `ai_talking_photo_create_talking_photo` · `character_replace_create_video` · `auto_subtitle_generator_create_video` · `ai_image_generator_create_image` · `ai_image_upscaler_create_image` · `ai_voice_generator_create_audio` · `video_assets_generate_presigned_url` · `wait_for_video_project`

## Field notes

Verified live 2026-09-15: initialize answered protocol 2025-06-18 as magic-hour 0.1.0, and an unauthenticated tools/list returned all 44 tools — discovery is public, calls need the key. The connect line is copied from magichour.ai/mcp. The OAuth is a shim, not delegated auth: mcp.magichour.ai names itself as both protected resource and authorization server, and the flow validates an API key and uses it as the access token, so the agent holds a full-account credential either way. Money: the same credits as the web app, $1 buys 400 in packs or 144k to 840k a year on the $12 to $66 monthly plans, and the pricing page lists API access as a paid-plan feature — we did not confirm that a free account can mint a working key. The server is a thin generated layer over the REST API, so tool names are long operationId-style strings and quality is whatever Magic Hour's underlying models deliver; the vendor's own setup page says only Claude, Claude Code and Codex are verified clients. The repo has no licence file and 6 stars, but the GitHub org dates from 2023 and the submitter's account states Magic Hour employment.

## Verification

- Status: Freshly checked (checked today)
- Added: 2026-09-15
- Last verified: 2026-09-15
- Machine JSON: https://mcp.film/api/mcps/magic-hour.json

## Links

- Site: https://magichour.ai/?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=magic-hour%3Asite
- Docs: https://magichour.ai/mcp?utm_source=mcp.film&utm_medium=referral&utm_campaign=directory&utm_content=magic-hour%3Adocs
- Repo: https://github.com/magichourhq/magic-hour-mcp

---

Structured data: https://mcp.film/api/mcps/magic-hour.json · Directory: https://mcp.film
Canonical: https://mcp.film/mcps/magic-hour/
Hosted directory MCP: https://mcp.film/mcp
