mcpbeat Sign in

Txn MCP Server

local only

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

Wallets, payments and human hiring for AI agents: pay other agents, escrow a budget, hire a person.

Installs per day peak 144 · avg 9 · +8% w/w
a month agotoday
58
Installs / week
npm · @txn-dev/mcp-server
0
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: TXN_API_KEY (API key from https://txn.dev/dashboard/api-keys. txn_test_ keys move sandbox money, txn_live_ keys move real money.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Txn

same job, measured the same way
Amrood — INR Payments for AI Agents
by saurabh-karn

KYC-verified INR wallets for AI agents in India. Payments, escrow, and settlements.

99 installs/wk local only
Spawnpay
by robocular

Crypto wallets, payments, and referral earnings for AI agents on Base L2

73 installs/wk local only
Xpay
by xona-labs

Xona Wallet: agent wallet for AI agents. x402 payments, AgenC hires, 20k+ services

335 installs/wk local only
Kura
by dinggi5

Local Ethereum wallet for AI agents - balances, history, x402 payments on Base. Keys stay local.

local only
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
XDC AI
by 0xbeny

Wallet and payments for AI agents: auto-pay x402 APIs in USDC on XDC, within on-chain limits.

answering
Swarmpay
by ginokino

Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.

74 installs/wk local only
Trust
by agntor

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

30 installs/wk local only

Txn — questions

Answers built from our own checks of this server.

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