mcpbeat Sign in

Composer MCP Server

by olivergrabner Your server? Claim it
local only

Composer runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 9 Apr 2026.

Give your AI coding agent an architecture canvas to design and evolve diagrams.

Installs per day peak 17 · avg 9 · +39% w/w
a month agotoday
46
Installs / week
npm · @usecomposer/mcp
4
Stars
0 open issues
9 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Composer 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 composer -- npx -y @usecomposer/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "composer": {
      "args": [
        "-y",
        "@usecomposer/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.composer]
command = "npx"
args = ["-y", "@usecomposer/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "composer": {
      "args": [
        "-y",
        "@usecomposer/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "composer": {
      "args": [
        "-y",
        "@usecomposer/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Composer

same job, measured the same way
Mowgli
by mowgli-ai

Intelligent product canvas: iterate on your product's design with your coding agent, synced to code.

answering
Anima MCP Server
by animaapp

Connect AI coding agents to Anima Playground, Figma, and your design system.

answering
Figma Context MCP
by glips

Give your coding agent access to your Figma data. Implement designs in any framework in one-shot.

69 542 installs/wk local only
Arketo
by arketo

Draw your app's architecture on a live canvas and flag the bottlenecks and security gaps.

answering
Tseha
by tseha

Serves your design system and coding standards to coding agents, so they stop guessing.

9 tools answering
D
Brilliant
by brilliant

Local MCP bridge: your coding agent designs on Brilliant's real vector canvas, fully on 127.0.0.1.

101 installs/wk local only
Study Design Diagram Studio WebMCP
by black-swan-causal-labs

Read and edit a live study design canvas through its predefined WebMCP tools.

answering
Seedflip
by bockenstette1

100+ curated design systems for AI coding agents. Design taste, not guesswork.

28 installs/wk local only

Composer — questions

Answers built from our own checks of this server.

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