mcpbeat Sign in

Archstone MCP Server

by archstone-romania Your server? Claim it
local only

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

Compile your own business capabilities from declarative YAML and serve them as MCP tools.

Installs per day peak 468 · avg 111 · +448% w/w
a month agotoday
650
Installs / week
npm · @archstone/cli
6
Stars
8 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

Alternatives to Archstone

same job, measured the same way
C
Geckoboard Metrics
by geckoboard-gateway

Query live metrics and data lists from the business tools connected to your Geckoboard

answering
YAML Workflow
by orieg

Expose declarative YAML-defined workflows as MCP tools over stdio

152 installs/wk local only
Maroo
by maroo

Manage your Maroo business from MCP-compatible AI assistants.

answering
MCP Ts Template
by cyanheads

TypeScript template for building MCP servers with declarative tooling, observability, and auth.

148 installs/wk local only
CloudeIDE
by cloudeide

Deploy from your terminal, and give an AI coding agent the same abilities over MCP.

66 installs/wk local only
Nativine
by nativine

Nativine MCP Server — Convert websites to native mobile apps from your AI IDE

30 installs/wk local only
Wellknown
by wellknown

Live index of AI agents, MCP servers and tools with observed liveness and capability search.

65 installs/wk 9 tools answering
Power BI Modeling MCP Server
by microsoft

The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.

5 251 installs/wk local only

Archstone — questions

Answers built from our own checks of this server.

Why is there no uptime for Archstone?
Archstone 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 @archstone/cli was installed 650 times last week.
How do I connect Archstone?
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 @archstone/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Archstone?
The npm package @archstone/cli was installed 650 times in the last week. Week over week that is +448%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Archstone open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 6 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.