drio
Open app

₿itcoin & Lightning Network MCP Server

Source

Bitcoin & Lightning Network MCP Server.

Catalog onlyCatalog onlySTDIO

Overview

₿itcoin MCP Server is a Model Context Protocol (MCP) server that allows AI models to interact with the Bitcoin blockchain, enabling functionalities such as key generation, address validation, transaction decoding, and blockchain queries.

To use the ₿itcoin MCP Server, integrate it with AI applications like Claude Desktop or Goose by configuring the respective settings to connect to the server. Follow the provided documentation for detailed integration steps.

  • Key Generation: Create Bitcoin key pairs including addresses and private keys. - Address Validation: Check the validity of Bitcoin addresses. - Transaction Decoding: Decode raw Bitcoin transactions into readable formats. - Blockchain Queries: Retrieve information about the latest blocks and transaction details.
  1. Enabling AI agents to fetch real-time Bitcoin data.
  2. Assisting developers in building applications that require Bitcoin blockchain interactions.
  3. Providing educational tools for understanding Bitcoin transactions and blockchain technology.

Add to your AI client

Use these steps to connect ₿itcoin & Lightning Network MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

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

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

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

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

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

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "bitcoin-mcp-abdelstark": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bitcoin-mcp-abdelstark"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

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

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

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

FAQ

Can the server handle all Bitcoin operations?

Yes, it supports various operations including key generation, address validation, and transaction decoding.

Is there a demo available?

Yes, demo videos for both Claude and Goose integrations are provided in the documentation.

How can I contribute to the project?

Contributions are welcome! You can submit pull requests or open issues on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1309,"uuid":"c57ceee4-c08f-4eb7-af8a-08a12730bab0","name":"bitcoin-mcp","title":"₿itcoin & Lightning Network MCP Server","description":"Bitcoin & Lightning Network MCP Server.","avatar_url":"https://avatars.githubusercontent.com/u/45264458?v=4","created_at":"2025-02-20T14:52:32.222Z","updated_at":"2025-02-23T07:21:18.620Z","status":"created","author_name":"AbdelStark","author_avatar_url":"https://avatars.githubusercontent.com/u/45264458?v=4","tags":"bitcoin,lightning-network,goose,ai-agents,claude-desktop,mcp-server","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/AbdelStark/bitcoin-mcp","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/eae16c5aa38b025742e922541867cd892e9b55229bc5bfd372d15f508097a2ea/68747470733a2f2f6d736565702e6e65742f70722f616264656c737461726b2d626974636f696e2d6d63702d62616467652e706e67","type":null,"metadata":"{\"star\":\"45\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-05-16 11:40:06\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

₿itcoin & Lightning Network MCP Server — MCP Registry