RunAPI Hailuo MCP server for video generation: create tasks, poll results, and check pricing across 6 model variants from Claude Code, Codex, Cursor, and VS Code.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hailuo-mcp": {
"command": "npx",
"args": [
"-y",
"runapi-ai/hailuo-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hailuo-mcp npx -y runapi-ai/hailuo-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hailuo-mcp": {
"command": "npx",
"args": [
"-y",
"runapi-ai/hailuo-mcp"
]
}
}
}
📋 Copy
Topics
ai-agents ai-video claude-code cursor hailuo hailuo-api hailuo-mcp image-to-video mcp mcp-server model-context-protocol runapi runapi-ai text-to-video video-generation