mcpbeat Sign in

mcp-architector MCP Server

local only

mcp-architector runs on your own machine — the client starts it, so there is no endpoint to ping. 109 installs a week from npm. Last commit 1 Sep 2026.

MCP server for architecture and system design. Store and manage project architecture locally.

Installs per day peak 38 · avg 13 · -53% w/w
a month agotoday
109
Installs / week
npm · mcp-architector
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

Builds a file path from a variable src/storage.ts:27, [пакет] src/storage.ts:27
  return path.join(STORAGE_BASE_DIR, projectId);

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

Alternatives to mcp-architector

same job, measured the same way
Huly MCP
by varaprasadreddy9676

MCP server for Huly — manage projects, issues, documents and more via natural language.

52 installs/wk local only
Linear
by linear

MCP server for Linear project management and issue tracking

answering
Optics MCP
by rolemodel

MCP Server for Optics Design System documentation and token usage.

50 installs/wk local only
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

92 installs/wk local only
Generate-Data
by ns-3e

MCP server for Generate-Data.com: dataset generation, AI schema design, Project management.

80 installs/wk local only
Appstore Connect
by sardorbekr

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

61 installs/wk local only
Mneme Decision MCP
by mnemehq

Local MCP server for architectural decisions, traceability, and non-authoritative proposals.

local only
MCP Design System Extractor
by freema

MCP server for Storybook design systems — extract component HTML, styles and metadata.

180 installs/wk local only

mcp-architector — questions

Answers built from our own checks of this server.

Why is there no uptime for mcp-architector?
mcp-architector 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 mcp-architector was installed 109 times last week.
How do I connect mcp-architector?
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 mcp-architector straight from npm; nothing to host, nothing to sign up for.
How many people use mcp-architector?
The npm package mcp-architector was installed 109 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is mcp-architector open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.