bitcoin-reference-mcp-server

odolvlobo/bitcoin-reference-mcp-server
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
MCP server providing Bitcoin BIPs and indexing of Bitcoin Core knowledge
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bitcoin-reference-mc": {
      "command": "npx",
      "args": [
        "-y",
        "odolvlobo/bitcoin-reference-mcp-server"
      ]
    }
  }
}

README Excerpt

A local MCP server assisting AI in accessing authoritative Bitcoin reference information. There are two authoritative sources of technical design information about the design, structure, and implementation of the Bitcoin protocol: BIPs (`https://github.com/bitcoin/bips`) and the Bitcoin Core source code (`https://github.com/bitcoin/bitcoin`). This server provides efficient access to those sources.