Bitcoin Improvement Proposals

10,891 stars Wikitext

bips MCP Server

MCP server for bitcoin/bips

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "bips": {
      "command": "npx",
      "args": [
        "-y",
        "@bitcoin/bips"
      ]
    }
  }
}