mcp server for Claude Desktop
io.github.xcp/mcp-server
Interact with Counterparty — the token protocol on Bitcoin. Query, compose, sign.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@21e14/mcp-server"
],
"env": {
"COUNTERPARTY_NODE": "<COUNTERPARTY_NODE>",
"SIGNER_PRIVATE_KEY": "<SIGNER_PRIVATE_KEY>",
"SIGNER_ADDRESS": "<SIGNER_ADDRESS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs