Skip to main content
The Model Context Protocol (MCP) enables your favorite AI development tools to access Magic Hour’s API documentation directly. This integration allows AI assistants to provide accurate, up-to-date information about Magic Hour’s APIs, helping you write better code with contextual assistance.

Benefits

  • Real-time API reference: AI assistants can access the latest API documentation without you needing to copy-paste from docs
  • Code generation: Get accurate code examples for Magic Hour APIs directly in your editor
  • Parameter guidance: Receive intelligent suggestions for API parameters and request structures
  • Error troubleshooting: Get help debugging API integration issues with full context of the documentation

Setup Instructions

Choose your development environment below to add Magic Hour’s documentation as an MCP server:
  • Cursor
  • VS Code
  • Claude Code
To connect the Magic Hour MCP server to Cursor, click the link below.Install MCP ServerTo manually connect the MCP server:
  1. Open MCP Settings
  2. In mcp.json, add the following:
{
  "mcpServers": {
    "Magic Hour": {
      "url": "https://docs.magichour.ai/mcp"
    }
  }
}