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
5.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

N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
6.3K
5 points
P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
4.4K
5 points
M
Maverick MCP
MaverickMCP is a personal stock analysis server based on FastMCP 2.0, providing professional level financial data analysis, technical indicator calculation, and investment portfolio optimization tools for MCP clients such as Claude Desktop. It comes pre-set with 520 S&P 500 stock data, supports multiple technical analysis strategies and parallel processing, and can run locally without complex authentication.
Python
9.0K
4 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
9.4K
4 points
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
14.6K
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
10.4K
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
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
17.6K
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
29.7K
5 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
20.2K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
57.9K
4.3 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
54.7K
4.5 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#
25.2K
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
19.5K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
80.0K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase