mcpbeat Sign in

Quilt MCP Server

local only

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

Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.

Installs per day peak 147 · avg 26 · +56% w/w
a month agotoday
281
Installs / week
npm · @quilt-dev/cli
6
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 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.

    const child = spawn(cmd, [url], { stdio: "ignore", detached: true });

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

Alternatives to Quilt

same job, measured the same way
Facet UCP Shopping
by facet

The independent agent-commerce protocol for AI-agent checkout on any online store.

23 tools answering
Conduit Agentic Commerce
by aiconduit

Search multi-merchant supply, checkout, and track orders via MCP.

20 tools answering
AIURION Agentic 3D Printing
by aiurion

Create 3D print quotes, approved Stripe Checkout links, and track AIURION manufacturing orders.

7 tools answering
A
Ordercore MCP
by ordercore

Commerce backend for AI agents: catalog, prices, inventory, orders, idempotent checkout.

47 installs/wk local only
eenable — a shop with no checkout
by eenable

Buy 15 minutes of Alex Finger's time, or an AI Repellent certificate. Agents only.

16 tools answering
MCP Stripe Acp
by codespar

Stripe ACP — AI agent checkout, payment delegation, products, invoices

29 installs/wk local only
Agentee
by allover

Shop all-over print cotton tees with your AI agent: search, cart, promos, checkout. Human pays.

36 tools answering
Ownware Catalogue
by ownware

Search 49 self-hosted business apps: prices, quickstarts, checkout links. Read-only, no key.

5 tools answering

Quilt — questions

Answers built from our own checks of this server.

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