Magic Hour MCP Server

OpenAPI-backed MCP server for Magic Hour image, video, and audio generation. At startup, this server reads docs/openapi.json and builds MCP tools with FastMCP.from_openapi(). The OpenAPI spec supplies endpoint coverage, while Magic Hour MCP policies add agent-facing guidance for async polling, uploads, and project downloads.

Teams that work with claude plugin and ai audio and want a hosted endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 6 · #149 OF 173 MAINTAINED MEDIA · VERIFIED 2026-09-18

Python servers · how we verify → /methodology

01 · Install Magic Hour

before you install - you'll need

Set MAGIC_HOUR_API_BASE_URL, MAGIC_HOUR_OPENAPI_PATH, MCP_OAUTH_ISSUER_URL, MCP_OAUTH_RESOURCE_URL before connecting.

Claude Code

claude mcp add magichourhq-magic-hour-mcp --transport http https://mcp.magichour.ai/

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "magichourhq-magic-hour-mcp": {
      "url": "https://mcp.magichour.ai/"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.magichour.ai/

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.magichour.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

registry namespace io.github.magichourhq is GitHub-verified and matches the repo owner

03 · Who maintains Magic Hour

Magic Hour is maintained by magichourhq. It's the only MCP server we track from this author; the repo dates to Jun 2026.

04 · Facts

category
media - ranked #149 of 173 actively-maintained media servers as of 2026-09-18.
registry
io.github.magichourhq/magic-hour (active, first published 2026-08-31)

05 · Magic Hour FAQ

What is Magic Hour?

OpenAPI-backed MCP server for Magic Hour image, video, and audio generation. At startup, this server reads docs/openapi.json and builds MCP tools with FastMCP.from_openapi(). The OpenAPI spec supplies endpoint coverage, while Magic Hour MCP policies add agent-facing guidance for async polling, uploads, and project downloads.

Is Magic Hour still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16. We re-verify nightly.

How do I install Magic Hour?

Run `claude mcp add magichourhq-magic-hour-mcp --transport http https://mcp.magichour.ai/`. The README documents 4 environment variables (MAGIC_HOUR_API_BASE_URL, MAGIC_HOUR_OPENAPI_PATH, MCP_OAUTH_ISSUER_URL…) to set first. Set MAGIC_HOUR_API_BASE_URL, MAGIC_HOUR_OPENAPI_PATH, MCP_OAUTH_ISSUER_URL, MCP_OAUTH_RESOURCE_URL before connecting. You can also paste the ready-made client config above.

Does Magic Hour require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-18; you can connect without credentials.

06 · Alternatives to Magic Hour