mcpbeat Sign in

2s Io MCP Server

local only

2s Io runs on your own machine — the client starts it, so there is no endpoint to ping. 423 installs a week from npm. Last commit 21 Aug 2026.

575+ agent tools: data, AI gateway, storage/queues/watchers. x402 USDC, no keys, usage billing.

Installs per day peak 452 · avg 78 · -19% w/w
a month agotoday
423
Installs / week
npm · @2sio/mcp
8
Stars
2 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

File ships in the package but is absent from the source [пакет] src/cli.ts:1, [пакет] src/index.ts:1, [пакет] src/tools.ts:1
этот файл ставится пользователю, но в репозитории его нет

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

This one needs environment variables set before it will start: EVM_PRIVATE_KEY (Hex-encoded EVM private key (0x-prefixed) used by the SDK to sign x402 EIP-3009 payment authorizations. Funds USDC on Base.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to 2s Io

same job, measured the same way
O
Fileshareforagents
by fileshareforagents

Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base).

local only
Scalix Cloud
by scalix

The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.

51 tools answering
AANet
by aanet

Locks, budgeted sub-keys, storage, messaging, webhooks for agent swarms, billed via x402.

26 tools answering
Agtrepo Memory
by agtrepo

Encrypted, pay-per-use persistent memory storage for AI agents, gated by x402 payments on Base.

6 tools answering
Casa
by tony8713

Private, permanent encrypted storage for AI agents. Paid per call in USDC via x402.

3 tools answering
A
raccha.ai
by raccha

MCP-first toolbox for agents: KV storage, auth, queue, and utility tools. Free in early access.

59 tools answering
VMware Storage
by zw008

VMware vSphere storage management with 11 MCP tools: datastores, iSCSI, vSAN.

1 705 installs/wk local only
VMware Storage
by vmware-skills

VMware vSphere storage management with 12 MCP tools: datastores, iSCSI, vSAN.

local only

2s Io — questions

Answers built from our own checks of this server.

Why is there no uptime for 2s Io?
2s Io 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 @2sio/mcp was installed 423 times last week.
How do I connect 2s Io?
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 @2sio/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use 2s Io?
The npm package @2sio/mcp was installed 423 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is 2s Io open source?
Yes — it is published under the MIT licence, written in TypeScript, 8 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.