mcpbeat Sign in

Archiet MCP Server

by aniekanasuquookono-web Your server? Claim it
local only

Archiet runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from pypi.

Archiet MCP server: scaffold full-stack apps from PRD text and extract capabilities.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 18 · avg 9 · -2% w/w
a month agotoday
61
Installs / week
pypi · mcp-archiet
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: ARCHIET_API_KEY (Workspace-scoped Archiet API key (ak_...). Create one at https://archiet.com/settings/api-keys (Professional plan or higher).), ARCHIET_API_BASE_URL (Archiet API base URL. Override for self-hosted or staging deployments.), ARCHIET_API_TIMEOUT_SECONDS (HTTP request timeout in seconds. Codegen jobs can take several minutes.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Archiet

same job, measured the same way
Foxit PDF API MCP Server
by foxitsoftware

MCP server that exposes Foxit PDF API capabilities via stdio.

31 installs/wk local only
MCP Rfc Editor
by daedalus

An MCP server that provides rfc editing capabilities

87 installs/wk local only
Nanobanana MCP Server
by zhongweili

An MCP server that provides image generation and editing capabilities

2 185 installs/wk local only
Heimdall
by caglarbozkurt

Scan an MCP server or agent config for injection, exfiltration, and risky capabilities.

38 installs/wk local only
Keyphrases MCP
by ivanrublev

An MCP server to extract keyphrases from a text with the BERT model

64 installs/wk local only
Huoshui File Search
by huoshuiai42

An MCP server that provides fast Spotlight file search capabilities for macOS

50 installs/wk local only
ARGUS-3 MCP Server
by alexar76

ARGUS-3 stdio MCP with WARDEN firewall: argus_ask, argus_status, argus_capabilities.

42 installs/wk local only
I
Cait
by jacobbruce

Core AI Toolkit - a modular MCP server that extends AI assistants with practical capabilities

local only

Archiet — questions

Answers built from our own checks of this server.

Why is there no uptime for Archiet?
Archiet 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 pypi package mcp-archiet was installed 61 times last week.
Is Archiet still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Archiet?
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-archiet straight from pypi; nothing to host, nothing to sign up for.
How many people use Archiet?
The pypi package mcp-archiet was installed 61 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.