Manic MCP Server

Manic MCP Server

Enables MCP-capable AI models to write, validate, and render Manic animations using the Manic platform's authoring guide and API, without any AI generation credits.

Category
Visit Server

README

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 Fetches the full, current Manic language guide — the same system prompt Manic's own AI uses. The model reads this once, then writes real Manic.
manic_check API key (check) Validates .manic source and returns exact diagnostics. Cheap — always check before rendering.
manic_render API key (render:create) Submits source to the hosted renderer (mp4/gif/webm/mov/still). Returns a durable job id. Spends export credits.
manic_render_status API key (jobs:read) Polls a render job; returns the artifact URL when done, or the exact compile error to fix.
manic_save_to_project API key (projects:read/write) Saves the file into your Manic project, where it opens in Manic Create and Manic Workbench.

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

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 Your Manic API key; required for everything except the authoring guide
MANIC_API_BASE_URL https://api.maniclang.com/v1 Platform API base
MANIC_SYSTEM_PROMPT_URL the hosted Manic guide Override the authoring-guide source

Try it

Ask your model:

"Read the Manic authoring guide, then create a 15-second animation of a pendulum tracing its path, validate it, render it as mp4, and give me the video link."

Links

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured