mcpbeat Sign in

Xcp MCP Server

local only

Xcp runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 11 Feb 2026.

Interact with Counterparty — the token protocol on Bitcoin. Query, compose, sign.

Installs per day peak 21 · avg 8 · +200% w/w
a month agotoday
56
Installs / week
npm · @21e14/mcp-server
1
Stars
1 open issues
11 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: COUNTERPARTY_NODE (Counterparty node URL (default: https://api.counterparty.io:4000)), SIGNER_PRIVATE_KEY (WIF-encoded private key for transaction signing), SIGNER_ADDRESS (Bitcoin address for the signing key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Xcp

same job, measured the same way
Opik MCP Server
by comet-ml

Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.

88 installs/wk local only
Hithereiamaliff MCP Nextcloud
by smithery

A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

answering
C
Academic Research MCP Server
by thenextgennexus

ArXiv preprints + Google Scholar papers, with citation counts in one query.

2 tools answering
MCP Server Spira
by inflectra

A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra.

141 installs/wk local only
Openroad MCP
by luarss

The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol

200 installs/wk local only
Openroad MCP
by the-openroad-project

The OpenROAD MCP server - interactive EDA sessions via Model Context Protocol

50 installs/wk local only
C
Googleapis
by googleapis-stitch

Interact with the Stitch API using natural language commands.

15 tools answering
MCP Registry Search
by spacemandomains

Search and browse every MCP server in the Model Context Protocol registry.

3 tools answering

Xcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Xcp?
Xcp 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 @21e14/mcp-server was installed 56 times last week.
How do I connect Xcp?
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 @21e14/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Xcp?
The npm package @21e14/mcp-server was installed 56 times in the last week. Week over week that is +200%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Xcp 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.