mcpbeat Sign in

Chassis MCP Server

local only

Chassis runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 7 Aug 2026.

Scaffold an Express 5 + TypeScript backend: database, auth, optional Next.js front end.

Installs per day peak 243 · avg 14
a month agotoday
34
Installs / week
npm · chassis-mcp
6
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

  copyTemplate(path.join(extractDir, root), dest);
Runs an external command [пакет] index.mjs:184, mcp-server/index.mjs:184
    const run = spawnSync(process.execPath, args, {

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

Alternatives to Chassis

same job, measured the same way
I
Node Server Orchestrator
by shingwong

MCP server for orchestrating Node.js development servers (backend, frontend, databases, etc.)

38 installs/wk local only
Orchard — Agentic Cloud Backend
by nicha404

Managed database, auth, file storage, email, analytics, and deployment for coding agents.

answering
Nsf Awards
by pipeworx-io

NSF Awards MCP — National Science Foundation award database (free, no auth)

33 tools answering
Cvinbio
by vedangvatsa123

Search professional profiles from the CVin.Bio talent database.

25 installs/wk local only
Rebase
by rebasepro

Schema, database, document, user and dev-server tools for a Rebase backend project.

1 704 installs/wk local only
I
MCP Schema Designer
by vpatser1

Design database schemas from natural language, validate SQL, generate migrations and types

28 installs/wk local only
trivia
by pipeworx-io

Trivia MCP — wraps Open Trivia Database (free, no auth)

34 tools answering
Crumbtrail
by crumbtraildev

Recorded browser sessions, backend spans, and database row diffs as one ranked fix bundle.

282 installs/wk local only

Chassis — questions

Answers built from our own checks of this server.

Why is there no uptime for Chassis?
Chassis 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 chassis-mcp was installed 34 times last week.
How do I connect Chassis?
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 chassis-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Chassis?
The npm package chassis-mcp was installed 34 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chassis 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.