mcpbeat Sign in

Compositor MCP Server

local only

Compositor runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Read and edit Compositor .comp projects: layers, folders, masks, transforms, previews and exports

Installs / week
npm · compositor-mcp
1
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Compositor every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add compositor -- npx -y compositor-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "compositor": {
      "args": [
        "-y",
        "compositor-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.compositor]
command = "npx"
args = ["-y", "compositor-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "compositor": {
      "args": [
        "-y",
        "compositor-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "compositor": {
      "args": [
        "-y",
        "compositor-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Compositor

same job, measured the same way
AlbumentationsX MCP
by dkosarevsky

AlbumentationsX MCP for batch previews, compare preview runs, segmentation masks, and exports.

625 installs/wk local only
BeatBandit MCP
by beatbandit

AI story development, screenplay editing, review, media, and export tools for BeatBandit projects.

answering
Latex
by ofia

Persistent AI LaTeX workspace: edit and compile multi-file projects, export publication-ready PDFs.

answering
Morpha
by morphareels

AI editor to build, animate & export layered short-form video projects via one tool catalog.

98 tools answering
Rpgmaker Mv MCP
by xerolo44

MCP server for reading, editing, and playtesting RPG Maker MV projects

31 installs/wk local only
Shotcut MCP
by matrodrigs

Create, edit, validate, preview, and render Shotcut projects through AI clients.

local only
Transaction Coordinator
by gordonhal

AI transaction coordinator + legal-matters platform for real estate and law firms.

11 tools answering
More Good Reviews
by moregoodreviews

Manage customers, reviews, requests, and reputation for one More Good Reviews project.

answering

Compositor — questions

Answers built from our own checks of this server.

Why is there no uptime for Compositor?
Compositor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package compositor-mcp.
How do I connect Compositor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls compositor-mcp straight from npm; nothing to host, nothing to sign up for.
Is Compositor open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.