bitcore (MCP Server)

GitHub

A full stack for bitcoin and blockchain-based applications

4,990 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "bitcore": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bitcore"
      ]
    }
  }
}