Breez MCP
A Lightning Network MCP server based on the Breez SDK, supporting STDIO and HTTP transmission modes, providing Lightning Network functions such as wallet balance query, payment sending, and invoice creation
2.5 points
4.1K

What is the Breez MCP Server?

The Breez MCP Server is a Model Context Protocol server that integrates Bitcoin Lightning Network functionality into AI assistants (such as Claude). Through this server, AI assistants can help you manage your Lightning Network wallet, including functions such as checking balances, sending payments, and creating invoices, without the need for you to manually operate complex Lightning Network technologies.

How to use the Breez MCP Server?

Using the Breez MCP Server requires three simple steps: 1) Obtain a Breez API key and mnemonic; 2) Configure environment variables; 3) Connect the server to your AI assistant. Once configured, you can interact with the AI assistant through natural language to manage your Lightning Network wallet.

Use cases

The Breez MCP Server is particularly suitable for the following scenarios: daily small - payment management, automatic invoice generation, payment history query, wallet balance monitoring, and non - technical users who hope to simplify Lightning Network operations through an AI assistant.

Main features

Balance management
Comprehensively view wallet balances, including available balances, limit information, and formatted amount displays, so that you can always keep track of your funds.
Node information
Obtain detailed node information, including node capabilities, synchronization status, and network connection status.
Send payments
Securely send Lightning Network payments, providing complete transaction details and payment status tracking.
Create invoices
Generate standard BOLT11 invoices, including all necessary invoice data and meta - information.
Payment history
View comprehensive payment history records, including complete transaction details of sent and received payments.
Multi - transport mode
Supports both STDIO and HTTP transmission modes to adapt to different usage scenarios and deployment requirements.
Advantages
User - friendly: Interact with the AI assistant through natural language without the need to learn complex technical commands.
Multi - platform support: Supports multiple running modes such as local operation, Docker containers, and cloud deployment.
Secure and reliable: Uses industry - standard API keys and mnemonics for authentication.
Flexible deployment: Provides STDIO mode for AI assistant integration and HTTP mode for Web API access.
Complete functionality: Covers the core operation requirements of Lightning Network wallets.
Limitations
Need to apply for an API key: You need to apply for API access permission from Breez before use.
Dependent on external services: Requires a stable network connection to access the Breez infrastructure.
Technical threshold: Initial configuration requires certain technical knowledge to set environment variables.
Testing limitations: The test network may require separate configuration and resources.

How to use

Obtain API credentials
Visit the official Breez website to apply for an API key and prepare a 12 - word mnemonic to control your wallet.
Configure environment variables
Create a.env file and set the necessary environment variables, including the API key, mnemonic, and network type.
Select the running mode
Select the appropriate running mode according to your needs: STDIO mode for AI assistant integration and HTTP mode for API access.
Integrate into an AI assistant
Configure your AI assistant (such as Claude Desktop) to connect to the Breez MCP server.

Usage examples

Daily balance query
Quickly check the current wallet balance and available limits to understand your funds situation.
Create a collection invoice
Create a collection invoice for goods or services and share it with the payer.
Send a payment
Send a Lightning Network payment to a merchant or individual.
View transaction history
Review recent payment records to understand the flow of funds.

Frequently Asked Questions

How to obtain a Breez API key?
What is the difference between STDIO mode and HTTP mode?
Should I use the mainnet or the testnet?
What should I do if my mnemonic is leaked?
What should I do if Claude Desktop cannot connect to the server?
How to verify that the server is working properly?

Related resources

Breez official website
The official website of the Breez Lightning Network service, including product introductions and documentation.
API key application
The official page for applying for a Breez SDK API key.
Model Context Protocol
Official documentation and specifications for the MCP protocol.
Lightning Network introduction
Introduction and principle explanation of Lightning Network technology.
GitHub repository
Source code and latest updates of the Breez MCP Server.

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "breez": {
      "command": "docker",
      "args": [
        "run", "--rm", "-i",
        "-e", "BREEZ_API_KEY",
        "-e", "BREEZ_MNEMONIC",
        "-e", "BREEZ_TRANSPORT_MODE=stdio",
        "-v", "/absolute/path/to/breez-mcp/data:/app/data",
        "breez-mcp"
      ],
      "cwd": "/absolute/path/to/breez-mcp",
      "env": {
        "BREEZ_API_KEY": "${env:BREEZ_API_KEY}",
        "BREEZ_MNEMONIC": "${env:BREEZ_MNEMONIC}",
        "BREEZ_NETWORK": "mainnet"
      }
    }
  }
}

{
  "mcpServers": {
    "breez": {
      "command": "uvx",
      "args": ["--from", ".", "breez-mcp"],
      "cwd": "/absolute/path/to/breez-mcp",
      "env": {
        "BREEZ_API_KEY": "${env:BREEZ_API_KEY}",
        "BREEZ_MNEMONIC": "${env:BREEZ_MNEMONIC}",
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
11.2K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
7.2K
4 points
M
Mcpjungle
MCPJungle is a self-hosted MCP gateway used to centrally manage and proxy multiple MCP servers, providing a unified tool access interface for AI agents.
Go
0
4.5 points
N
Nexus
Nexus is an AI tool aggregation gateway that supports connecting multiple MCP servers and LLM providers, providing tool search, execution, and model routing functions through a unified endpoint, and supporting security authentication and rate limiting.
Rust
0
4 points
C
Contracts Wizard
OpenZeppelin Contracts Wizard is an interactive smart contract building tool that allows users to generate contract code based on OpenZeppelin components by selecting contract types, parameters, and functions. It supports multiple programming languages and provides API and embedding functions.
TypeScript
9.5K
4 points
Z
Zen MCP Server
Zen MCP is a multi-model AI collaborative development server that provides enhanced workflow tools and cross-model context management for AI coding assistants such as Claude and Gemini CLI. It supports seamless collaboration of multiple AI models to complete development tasks such as code review, debugging, and refactoring, and can maintain the continuation of conversation context between different workflows.
Python
15.4K
5 points
O
Opendia
OpenDia is an open - source browser extension tool that allows AI models to directly control the user's browser, perform automated operations using existing login status, bookmarks and other data, support multiple browsers and AI models, and focus on privacy protection.
JavaScript
14.4K
5 points
N
Notte Browser
Certified
Notte is an open-source full-stack network AI agent framework that provides browser sessions, automated LLM-driven agents, web page observation and operation, credential management, etc. It aims to transform the Internet into an agent-friendly environment and reduce the cognitive burden of LLMs by describing website structures in natural language.
17.8K
4.5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
15.5K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
26.3K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
49.2K
4.3 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
17.9K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
21.6K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
47.8K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
16.7K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
32.8K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase