Skip to main content
Glama

Manic MCP Server

Give any MCP-capable AI — Claude Code, Claude Desktop, or a local model — the ability to write, validate, and render Manic animations.

The connected model is the author: this server deliberately has no AI- generation tool and spends no Manic AI credits. Instead it hands the model the complete Manic authoring guide, then lets it validate its own .manic source and render real videos through the Manic platform with your API key.

Tools

Tool

Auth

What it does

manic_authoring_guide

none

Obtiene la guía completa y actual del lenguaje Manic — el mismo prompt del sistema que usa la propia IA de Manic. El modelo la lee una vez, luego escribe Manic real.

manic_check

clave API (check)

Valida el código fuente .manic y devuelve diagnósticos exactos. Barato — comprueba siempre antes de renderizar.

manic_render

clave API (render:create)

Envía el código fuente al renderizador alojado (mp4/gif/webm/mov/still). Devuelve un id de trabajo duradero. Gasta créditos de exportación.

manic_render_status

clave API (jobs:read)

Consulta un trabajo de renderizado; devuelve la URL del artefacto cuando está listo, o el error de compilación exacto para corregir.

manic_save_to_project

clave API (projects:read/write)

Guarda el archivo en tu proyecto de Manic, donde se abre en Manic Create y Manic Workbench.

The intended loop: guide → write → check → (fix → check…) → render → poll → video — with every generated file optionally saved as a real project document.

Related MCP server: Cognitive Core

Setup

Create an API key at app.maniclang.com/account with scopes: check, render:create, jobs:read, projects:read, projects:write. (Without a key, only manic_authoring_guide works.)

No install needed — npx runs the published package directly.

Claude Code

claude mcp add manic -e MANIC_API_KEY=mk_live_… -- npx -y @maniclang/mcp-server

Claude Desktop / other MCP clients

{
  "mcpServers": {
    "manic": {
      "command": "npx",
      "args": ["-y", "@maniclang/mcp-server"],
      "env": { "MANIC_API_KEY": "mk_live_…" }
    }
  }
}

From source (development)

npm install && npm run build

Then use node /path/to/manic-mcp-server/dist/index.js as the command instead of npx -y @maniclang/mcp-server in any config above.

Other clients

Cursor, Windsurf, Cline, Continue, Zed, LM Studio, and any generic stdio MCP client — see docs/USAGE.md for copy-paste configs, the intended authoring loop, example prompts, the cost model, and troubleshooting.

Configuration

Variable

Default

Purpose

MANIC_API_KEY

Tu clave API de Manic; requerida para todo excepto la guía de autoría

MANIC_API_BASE_URL

https://api.maniclang.com/v1

Base de la API de la plataforma

MANIC_SYSTEM_PROMPT_URL

la guía de Manic alojada

Sobrescribe la fuente de la guía de autoría

Try it

Ask your model:

"Lee la guía de autoría de Manic, luego crea una animación de 15 segundos de un péndulo trazando su trayectoria, valídala, renderízala como mp4, y dame el enlace del video."

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