bsv-mcp

An MCP Server for Bitcoin SV

GitHub Stars

14

User Rating

Not Rated

Favorites

0

Views

33

Forks

7

Issues

2

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

This project is built using [Bun](https://bun.sh/), a fast JavaScript runtime and package manager. While Bun is recommended for best performance, the server can also run with Node.js and npm as Bun is designed to be backward compatible with node. macOS (using Homebrew):
bash
brew install oven-sh/bun/bun
macOS/Linux/WSL (using installer script):
bash
curl -fsSL https://bun.sh/install | bash
Windows: Windows users should use WSL (Windows Subsystem for Linux) or Docker to run Bun. Node.js and npm will also work but may not offer the same performance benefits.

Additional Resources