mcpbeat Sign in

Codesign MCP Server

local only

Codesign runs on your own machine — the client starts it, so there is no endpoint to ping. 4 970 installs a week from npm. Last commit 16 Sep 2026.

Local design engine for AI agents: create, edit and export real, editable designs.

Installs per day peak 4 350 · avg 368 · +360% w/w
a month agotoday
4 970
Installs / week
npm · @imgly/codesign-mcp
30
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
language unknown

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] assets/ai-plugins/image-gateway.mjs:1, [пакет] assets/ai-plugins/text-gateway.mjs:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 codesign -- npx -y @imgly/codesign-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codesign": {
      "args": [
        "-y",
        "@imgly/codesign-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codesign]
command = "npx"
args = ["-y", "@imgly/codesign-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "codesign": {
      "args": [
        "-y",
        "@imgly/codesign-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codesign": {
      "args": [
        "-y",
        "@imgly/codesign-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Codesign

same job, measured the same way
Decaframe
by decaframe

Presentations, slides, reports and one-pagers your agent designs and you edit. Exports to one file.

448 installs/wk local only
Powerbi Pbix MCP
by cyphonica

Local Power BI authoring for AI agents: edit .pbix, semantic model, report, and Power Query.

35 installs/wk local only
Lotor
by githubscum

A local receipt and approval gate for AI agent sessions. The agent can act, but it cannot sign.

39 installs/wk local only
oss-search
by sblattj

Fast local and federated OSS code search and repo discovery for AI agents

226 installs/wk local only
Unreal Engine API Documentation
by codeturion

Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.

163 installs/wk local only
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
Best Tempmail MCP
by mbilalawan926-sys

Disposable email inboxes for AI agents: create, wait for mail, extract verification codes

335 installs/wk local only
DevInbox
by devinbox

Real email inboxes for AI agents: create inboxes, catch verification codes, extract OTPs, reply.

answering

Codesign — questions

Answers built from our own checks of this server.

Why is there no uptime for Codesign?
Codesign 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 @imgly/codesign-mcp was installed 4 970 times last week.
How do I connect Codesign?
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 @imgly/codesign-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Codesign?
The npm package @imgly/codesign-mcp was installed 4 970 times in the last week. Week over week that is +360%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Codesign open source?
Yes — it is published under the MIT licence and 30 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.