Manic MCP Server
Manic MCP Server
MCP를 지원하는 모든 AI(Claude Code, Claude Desktop 또는 로컬 모델)에게 Manic 애니메이션을 작성, 검증 및 렌더링할 수 있는 기능을 제공합니다.
연결된 모델이 저자입니다: 이 서버는 의도적으로 AI 생성 도구가 없으며 Manic AI 크레딧을 소모하지 않습니다.
대신 모델에게 완전한 Manic 저작 가이드를 제공한 후, 모델이 자체 .manic 소스를 검증하고
API 키를 사용하여 Manic 플랫폼을 통해 실제 비디오를 렌더링하도록 합니다.
도구
도구 | 인증 | 기능 |
| 없음 | 전체 최신 Manic 언어 가이드를 가져옵니다 — Manic 자체 AI가 사용하는 것과 동일한 시스템 프롬프트입니다. 모델이 한 번 읽고 실제 Manic을 작성합니다. |
| API 키 ( |
|
| API 키 ( | 소스를 호스팅된 렌더러(mp4/gif/webm/mov/still)에 제출합니다. 지속적인 작업 ID를 반환합니다. 내보내기 크레딧을 소모합니다. |
| API 키 ( | 렌더 작업을 폴링합니다. 완료되면 아티팩트 URL을 반환하고, 오류가 있으면 수정할 정확한 컴파일 오류를 반환합니다. |
| API 키 ( | 파일을 Manic 프로젝트에 저장합니다. 그러면 Manic Create 및 Manic Workbench에서 열립니다. |
의도된 루프: 가이드 → 작성 → 확인 → (수정 → 확인…) → 렌더링 → 폴링 → 비디오 — 생성된 모든 파일은 선택적으로 실제 프로젝트 문서로 저장됩니다.
Related MCP server: Cognitive Core
설정
app.maniclang.com/account에서 API 키를 생성하세요.
범위: check, render:create, jobs:read, projects:read,
projects:write. (키가 없으면 manic_authoring_guide만 작동합니다.)
설치가 필요 없습니다 — npx가 게시된 패키지를 직접 실행합니다.
Claude Code
claude mcp add manic -e MANIC_API_KEY=mk_live_… -- npx -y @maniclang/mcp-serverClaude Desktop / 기타 MCP 클라이언트
{
"mcpServers": {
"manic": {
"command": "npx",
"args": ["-y", "@maniclang/mcp-server"],
"env": { "MANIC_API_KEY": "mk_live_…" }
}
}
}소스에서 (개발)
npm install && npm run build그런 다음 위의 모든 구성에서 npx -y @maniclang/mcp-server 대신 node /path/to/manic-mcp-server/dist/index.js를 명령어로 사용하세요.
기타 클라이언트
Cursor, Windsurf, Cline, Continue, Zed, LM Studio 및 일반 stdio MCP 클라이언트 — 복사-붙여넣기 구성, 의도된 저작 루프, 예제 프롬프트, 비용 모델 및 문제 해결은 docs/USAGE.md 를 참조하세요.
구성
변수 | 기본값 | 목적 |
| — | Manic API 키; 저작 가이드를 제외한 모든 기능에 필요합니다 |
|
| 플랫폼 API 기본 URL |
| 호스팅된 Manic 가이드 | 저작 가이드 소스 재정의 |
사용해보기
모델에게 물어보세요:
"Manic 저작 가이드를 읽고, 진자가 경로를 따라 움직이는 15초 애니메이션을 만들고, 검증하고, mp4로 렌더링한 후 비디오 링크를 제공해줘."
링크
Manic Create — 브라우저 플레이그라운드
Manic Workbench — 데스크톱 클라이언트
Manic Animate — 브라우저 확장 프로그램
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceEnables AI models to fully automate and control the OpenCut Video Editor through a comprehensive set of MCP tools for timeline manipulation, scene management, media handling, and rendering.596MIT
- Alicense-qualityBmaintenanceEnables AI agents with persistent, multi-layer memory, multi-agent collaboration rooms, and video generation, all accessible via MCP tools.1MIT
- Alicense-qualityBmaintenanceEnables any MCP-compatible AI client to use the Flatkey API for generating text, images, video, speech, sound effects, and music, with credit consumption tracking.MIT

Createya MCP & APIofficial
Alicense-qualityDmaintenanceEnables AI agents and developers to generate images, videos, audio, and text using 100+ models via MCP or REST with a single API key.4MIT
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maniclang-x/-manic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server