Skip to main content
Glama

Manic MCP Server

MCP를 지원하는 모든 AI(Claude Code, Claude Desktop 또는 로컬 모델)에게 Manic 애니메이션을 작성, 검증 및 렌더링할 수 있는 기능을 제공합니다.

연결된 모델이 저자입니다: 이 서버는 의도적으로 AI 생성 도구가 없으며 Manic AI 크레딧을 소모하지 않습니다. 대신 모델에게 완전한 Manic 저작 가이드를 제공한 후, 모델이 자체 .manic 소스를 검증하고 API 키를 사용하여 Manic 플랫폼을 통해 실제 비디오를 렌더링하도록 합니다.

도구

도구

인증

기능

manic_authoring_guide

없음

전체 최신 Manic 언어 가이드를 가져옵니다 — Manic 자체 AI가 사용하는 것과 동일한 시스템 프롬프트입니다. 모델이 한 번 읽고 실제 Manic을 작성합니다.

manic_check

API 키 (check)

.manic 소스를 검증하고 정확한 진단을 반환합니다. 저렴합니다 — 렌더링 전에 항상 확인하세요.

manic_render

API 키 (render:create)

소스를 호스팅된 렌더러(mp4/gif/webm/mov/still)에 제출합니다. 지속적인 작업 ID를 반환합니다. 내보내기 크레딧을 소모합니다.

manic_render_status

API 키 (jobs:read)

렌더 작업을 폴링합니다. 완료되면 아티팩트 URL을 반환하고, 오류가 있으면 수정할 정확한 컴파일 오류를 반환합니다.

manic_save_to_project

API 키 (projects:read/write)

파일을 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-server

Claude 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_KEY

Manic API 키; 저작 가이드를 제외한 모든 기능에 필요합니다

MANIC_API_BASE_URL

https://api.maniclang.com/v1

플랫폼 API 기본 URL

MANIC_SYSTEM_PROMPT_URL

호스팅된 Manic 가이드

저작 가이드 소스 재정의

사용해보기

모델에게 물어보세요:

"Manic 저작 가이드를 읽고, 진자가 경로를 따라 움직이는 15초 애니메이션을 만들고, 검증하고, mp4로 렌더링한 후 비디오 링크를 제공해줘."

링크

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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