@serendipityai/alby-mcp
v0.0.2
Published
Model Context Protocol server for paying Lightning invoices using the Alby API
Maintainers
Keywords
Readme
alby-mcp
Pay Lightning invoices via MCP protocol using the Alby API.
Usage
In Claude, configure your environment like so:
{
"mcpServers": {
"alby_pay_lightning": {
"command": "npx",
"args": [
"@serendipityai/alby-mcp"
],
"env": {
"ALBY_API_TOKEN": "<YOUR ALBY OAUTH TOKEN>"
}
}
}
}