Aibtcdev MCP Server

Bitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, and x402 payments. Its 40 documented tools cover wallet, btc, psbt, sign. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 10 · #24 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Aibtcdev MCP Server

before you install - you'll need

Set OPENROUTER_API_KEY before connecting. CLIENT_MNEMONIC is optional or environment-specific per the README.

Claude Code

claude mcp add aibtcdev-aibtc-mcp-server -- npx -y @aibtc/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aibtcdev-aibtc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aibtc/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @aibtc/mcp-server - the @aibtc scope differs from the repo owner (aibtcdev); confirm it's the project's official package

registry namespace io.github.aibtcdev is GitHub-verified and matches the repo owner

03 · What Aibtcdev MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a new wallet for Claude, delete a wallet, export wallet mnemonic, and check if Claude's wallet is ready (includes Stacks and Bitcoin addresses).

Capability map

Tools grouped from the project's README - what Aibtcdev MCP Server lets an agent do.

Wallet

11 tools - e.g. Create a new wallet for Claude; Import an existing wallet for Claude; Unlock Claude's wallet

wallet_create · wallet_import · wallet_unlock · wallet_lock · wallet_list · wallet_switch…

Btc

9 tools - e.g. Get BTC balance (total, confirmed, unconfirmed); Get fee estimates (fast, medium, slow); List UTXOs for an address

get_btc_balance · get_btc_fees · get_btc_utxos · transfer_btc · get_btc_mempool_info · get_btc_transaction_status…

read & search

5 tools - e.g. UTXOs safe to spend (no inscriptions); UTXOs containing inscriptions; Get wallet's Taproot (P2TR) address

get_cardinal_utxos · get_ordinal_utxos · get_taproot_address · get_inscription · get_inscriptions_by_address

Psbt

4 tools - e.g. Build a buyer-side PSBT for ordinal purchase; Sign selected PSBT inputs with active wallet keys; Decode PSBT inputs/outputs/signature status

psbt_create_ordinal_buy · psbt_sign · psbt_decode · psbt_broadcast

Sip018

3 tools - e.g. Sign structured Clarity data (SIP-018); Verify SIP-018 signature; Compute SIP-018 hash without signing

sip018_sign · sip018_verify · sip018_hash

Inscribe

2 tools - e.g. Create inscription commit transaction; Complete inscription reveal transaction

inscribe · inscribe_reveal

Stacks

2 tools - e.g. Sign plain text (SIWS-compatible); Verify Stacks message signature

stacks_sign_message · stacks_verify_message

Stx

2 tools - e.g. Get STX balance for any address; Get STX fee estimates (low, medium, high)

get_stx_balance · get_stx_fees

Latest releases

mcp-server-v1.68.0 · 2026-08-17

1.68.0 (2026-08-17) · move the News Legion tools to mainnet

mcp-server-v1.67.0 · 2026-08-06

1.67.0 (2026-08-05) · require explicit consent before spending mainnet BTC

mcp-server-v1.66.0 · 2026-08-03

1.66.0 (2026-08-03) · add News Legion governance tools · bump postcss to 8.5.18 (GHSA-r28c-9q8g-f849)

04 · Who maintains Aibtcdev MCP Server

mcp-server is maintained by aibtcdev. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
finance - ranked #24 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-17)
registry
io.github.aibtcdev/mcp-server (active, first published 2026-02-08 · 3 versions)
packages
npm:@aibtc/mcp-server

06 · Aibtcdev MCP Server FAQ

Is Aibtcdev MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Aibtcdev MCP Server do?

With this server connected, an agent can create a new wallet for Claude, delete a wallet, export wallet mnemonic, and check if Claude's wallet is ready (includes Stacks and Bitcoin addresses).

How do I install Aibtcdev MCP Server?

Run `npx -y @aibtc/mcp-server`. The README documents 2 environment variables (CLIENT_MNEMONIC, OPENROUTER_API_KEY) to set first. Set OPENROUTER_API_KEY before connecting. CLIENT_MNEMONIC is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Aibtcdev MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Aibtcdev MCP Server