mcpbeat Sign in

Aibtcdev MCP Server

local only

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

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

Installs per day peak 763 · avg 123 · +80% w/w
a month agotoday
1 140
Installs / week
npm · @aibtc/mcp-server
10
Stars
7 open issues
16 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

    const filePath = path.join(projectPath, file.name);

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

Alternatives to Aibtcdev

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
Clawpay
by up2itnow0822

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

local only
SAP MCP Server
by oobeprotocol-sap-mcp

Solana-native MCP gateway for SAP, DeFi tools, SNS identity, and x402 payments.

351 installs/wk 406 tools answering
Xpay
by xona-labs

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

335 installs/wk local only
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

82 installs/wk local only
Xenarch MCP
by xenarch-ai

Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.

120 installs/wk local only
Spraay X402 MCP
by plagtech

MCP server for Spraay x402 Gateway. 60 tools for crypto payments, DeFi, and AI on Base.

32 installs/wk local only
MCP X402
by codespar

MCP server for x402 — HTTP-native micropayments protocol by Coinbase (USDC on Base/Solana)

30 installs/wk local only

Aibtcdev — questions

Answers built from our own checks of this server.

Why is there no uptime for Aibtcdev?
Aibtcdev 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 @aibtc/mcp-server was installed 1 140 times last week.
How do I connect Aibtcdev?
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 @aibtc/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Aibtcdev?
The npm package @aibtc/mcp-server was installed 1 140 times in the last week. Week over week that is +80%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aibtcdev open source?
We cannot say either way: written in TypeScript, 10 stars on GitHub and 7 open issues, but we could not determine the licence, and without one the code is not open source by default.