mcpbeat Sign in

AppCrane MCP Server

local only

AppCrane runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 3 Jul 2026.

Deploy and manage apps on your own AppCrane instance, the self-hosted PaaS for AI-built apps.

Installs / week
npm · appcrane-mcp
0
Stars
0 open issues
3 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

Alternatives to AppCrane

same job, measured the same way
NIM Key Manager
by bysergimm

Self-hosted NVIDIA NIM API-key manager with a Claude MCP connector; deploy your own instance.

local only
clawops
by dfridkin

Deploy and manage self-hosted OpenClaw instances across clouds

972 installs/wk local only
I
Qovery MCP Server
by qovery

Deploy and manage your apps on Qovery

answering
OBTO
by obto

Your AI builds, deploys, and runs full-stack apps on a hosted workspace created at first sign-in.

answering
Sota
by sota

EU-native PaaS for AI agents — deploy web apps with one sentence, managed Postgres, GDPR by default.

39 installs/wk 14 tools answering
Vibedeploy
by vibedeploy

Deploy and host AI-built websites on EU infrastructure, straight from your AI agent.

39 tools answering
Croft
by oncroft

Deploy and host the apps your AI assistant builds — a real server, database, and shareable URL.

26 tools answering
Ploi Cloud
by ploicloud

European cloud hosting. Deploy and manage apps with your favorite AI coding assistant.

answering

AppCrane — questions

Answers built from our own checks of this server.

Why is there no uptime for AppCrane?
AppCrane 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 appcrane-mcp.
How do I connect AppCrane?
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 appcrane-mcp straight from npm; nothing to host, nothing to sign up for.
Is AppCrane open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.