Alby Bitcoin Payments MCP Server
Rank #8,043glama/getAlby/mcp
Connects a Bitcoin Lightning wallet to your LLM using Nostr Wallet Connect, enabling payments and interactions with Lightning Network features.
Alby Bitcoin Payments MCP Server is a Model Context Protocol (MCP) server published by getalby. It ranks #8,043 of 115,591 servers tracked on MCP Toplist, and its repository has 67 GitHub stars. Alby Bitcoin Payments MCP Server is listed across 3 registries — Glama, PulseMCP and mcp.so, with 2 release tags tracked from its GitHub repository. It was first listed on Mar 14, 2025 and most recently updated on Jul 16, 2025.
Ranks ahead of 107,548 of 115,591 servers on MCP Toplist.
Use Alby Bitcoin Payments MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http getalby https://mcp.getalby.com/sseThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http getalby https://mcp.getalby.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.getalby]
url = "https://mcp.getalby.com/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.getalby]
url = "https://mcp.getalby.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.getalby.com/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.getalby.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"getalby": {
"url": "https://mcp.getalby.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"getalby": {
"url": "https://mcp.getalby.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"getalby": {
"type": "http",
"url": "https://mcp.getalby.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"getalby": {
"type": "http",
"url": "https://mcp.getalby.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"getalby": {
"serverUrl": "https://mcp.getalby.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"getalby": {
"serverUrl": "https://mcp.getalby.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"getalby": {
"url": "https://mcp.getalby.com/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"getalby": {
"url": "https://mcp.getalby.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2FgetAlby%2Fmcp)<a href="https://mcptoplist.com/server/glama%2FgetAlby%2Fmcp"><img src="https://mcptoplist.com/badge/glama%2FgetAlby%2Fmcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
getalby
Other servers by getalby
- NWC MCP Server#22,534
- Boilerplate Paid MCP Server#42,951
- Lightning Tools MCP Server#67,519
- OpenTimeStamps MCP Server#98,598
GitHub releases (2)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v1.1.1 | Jul 16, 2025 |
| v1.1.0 | Jun 23, 2025 |
Frequently asked questions
- Who maintains Alby Bitcoin Payments MCP Server?
- Alby Bitcoin Payments MCP Server is maintained by getalby, which publishes 5 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Alby Bitcoin Payments MCP Server listed on the Official MCP Registry?
- Alby Bitcoin Payments MCP Server is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does Alby Bitcoin Payments MCP Server have?
- No registry surfaces explicit version metadata for Alby Bitcoin Payments MCP Server; MCP Toplist tracks 2 release tags from its GitHub repository, most recently published on Jul 16, 2025.
- Where can I find the source code for Alby Bitcoin Payments MCP Server?
- The source code for Alby Bitcoin Payments MCP Server is hosted at github.com/getalby/mcp.