mcpbeat Sign in

three.ws Autopilot MCP Server

local only

three.ws Autopilot runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 22 Sep 2026.

Set autopilot scopes and a daily SOL spend cap, then propose, execute, and undo agent actions.

Installs per day peak 147 · avg 12 · -62% w/w
a month agotoday
26
Installs / week
npm · @three-ws/autopilot-mcp
205
Stars
2 open issues
22 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call animation_signature.clip → packages/render/bin/tty.js:150, apply_animation.animation → packages/render/bin/tty.js:78
        await fs.writeFile(out, bytes);
Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reaches cloud metadata service api/_lib/gcp-auth.js:86
        'http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token',
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 api/sitemap/[type].js:76, chat/vite.config.js:18
                return JSON.parse(await readFile(path.join(base, rel), 'utf8'));
Runs an external command herald-sdk/bin/herald.mjs:159
    const child = spawn(command[0], command.slice(1), { stdio: 'inherit', shell: false });
Builds a database query by concatenation packages/motion/src/solve.js:122
    const drop = STANDING_HIP_HEIGHT * (root.height - 1) + root.rise;
            if (reset) { state.cursor = null; state.total = 0; grid.innerHTML = skeletons(); stateEl.hidden = true; }
        `https://api.telegram.org/bot${cfg.token}/sendMessage`,
Long encoded blob in source api/_lib/x402/ring-catalog.js:56
    'UklGRmQBAABXQVZFZm10IBAAAAABAAEAQB8AAIA+AAACABAAZGF0YUABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA…
    <script type="module" src="https://three.ws/agent-3d/latest/agent-3d.js"></script>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

This one needs environment variables set before it will start: THREE_WS_API_KEY (REQUIRED. The agent owner's three.ws credential — a three.ws API key (sk_live_… / sk_test_…) or an OAuth access token. Sent as Authorization: Bearer on every request; every autopilot endpoint is owner-scoped and rejects unauthenticated calls. This credential can move real SOL via execute_proposal — treat it like a password. THREE_WS_TOKEN / THREE_WS_BEARER are accepted aliases.), THREE_WS_BASE (Base URL of the three.ws API that serves the autopilot endpoints. Override only when self-hosting or targeting a preview deployment.), THREE_WS_TIMEOUT_MS (Per-request timeout in milliseconds. Proposal generation runs a real server-side LLM pass, so the default is generous.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Autopilot

same job, measured the same way
Raily
by railyai

Raily personal-agent MCP with scoped reads and approved actions.

answering
$THREE Token
by nirholas

Price, hold, and burn $THREE on Solana — the first MCP server whose actions burn a token.

52 installs/wk local only
three.ws Provenance
by nirholas

Append-only, signed, on-chain-verifiable agent action log — record and audit what agents did.

29 installs/wk local only
Impact Preview
by agent-polis

Impact preview for AI agents - see what changes before any action executes.

49 installs/wk local only
ActionGate
by actiongate-api

Pre-execution safety layer for autonomous agent wallets via MCP and x402.

6 tools answering
Agent Mandate Verification
by api-disk-integrations

Verify a proposed action against a signed Agent Mandate without executing or mutating accounts.

390 installs/wk local only
Awesome Copilot MCP Server
by rbbtsn0w

Model Context Protocol server for awesome-copilot agents and collections

62 installs/wk local only
O
AgentMart Procurement
by agentmart

Procure, compare, quote, budget, and execute web extraction or scraping across providers for agents

8 tools answering

three.ws Autopilot — questions

Answers built from our own checks of this server.

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