9 months ago
BitcoinJS MCP Server is a Model Context Protocol (MCP) server that provides Bitcoin development tools using the bitcoinjs-lib library. This server enables Claude Code and other MCP clients to perform Bitcoin-related operations like address generation, transaction creation, and script compilation.
Server Config
{
"mcpServers": {
"bitcoinjs": {
"command": "npx",
"args": [
"-y",
"bitcoinjs-mcp-server"
]
}
}
}