mcpbeat Sign in

Xpay MCP Server

by xona-labs Your server? Claim it
local only

Xpay runs on your own machine — the client starts it, so there is no endpoint to ping. 335 installs a week from npm. Last commit 20 Aug 2026.

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

Installs per day peak 382 · avg 66 · +253% w/w
a month agotoday
335
Installs / week
npm · @xona-labs/xpay
1
Stars
1 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: XPAY_PROFILE (Wallet profile to load or create (default: active profile, else "default")), XPAY_PASSPHRASE (Encrypts the auto-generated wallet at rest; also unlocks an existing encrypted profile), XPAY_HOME (Override the ~/.xpay/ data directory), XPAY_NO_AUTO_WALLET (Set to error instead of auto-generating a wallet when none is configured), XPAY_SOLANA_SECRET (Use an existing Solana secret key (base58) instead of the generated wallet), XPAY_EVM_KEY (Use an existing EVM private key instead of the generated wallet), XPAY_EVM_NETWORK (EVM network for XPAY_EVM_KEY (e.g. base, stable, base-sepolia)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Xpay

same job, measured the same way
Agentpay
by up2itnow0822

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

121 installs/wk local only
Agentwallet
by hifriendbot

Wallet infrastructure for Ai agents. EVM + Solana. x402 payments. No KYC.

161 installs/wk local only
Verantis MCP
by m9labs-railscope

Verified directory for machine payments (x402 & MPP): check services and wallets before agents pay.

138 installs/wk 4 tools answering
Agentchurch MCP
by hypnolabs-io

Spiritual services for AI agents — confessions, salvation, identity. x402 payments.

178 installs/wk local only
Clawpay
by up2itnow0822

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

local only
Kura
by dinggi5

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

local only
AgentIndex
by cognivis

Trust scores and on-chain payment receipts for x402 services.

4 tools answering
Aibtcdev
by aibtcdev

Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, x402 payments.

1 140 installs/wk local only

Xpay — questions

Answers built from our own checks of this server.

Why is there no uptime for Xpay?
Xpay 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 @xona-labs/xpay was installed 335 times last week.
How do I connect Xpay?
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 @xona-labs/xpay straight from npm; nothing to host, nothing to sign up for.
How many people use Xpay?
The npm package @xona-labs/xpay was installed 335 times in the last week. Week over week that is +253%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Xpay open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.