Skip to main content
Glama

NWC MCP Server

by getAlby

Servidor MCP de NWC

Conecte una billetera Lightning de Bitcoin a su LLM usando Nostr Wallet Connect ( NWC o NIP-47 ).

Este servidor MCP utiliza el SDK oficial de TypeScript de MCP

Inicio rápido

Añadir a Claude Desktop

Agregue esto a su claude_desktop_config.json:

{ "mcpServers": { "nwc": { "command": "npx", "args": ["-y", "@getalby/nwc-mcp-server"], "env": { "NWC_CONNECTION_STRING": "YOUR NWC CONNECTION STRING HERE" } } } }

Añadir a Goose

  1. Tipo goose configure
  2. Agregar extensión -> Extensión de línea de comandos
  3. Llámalo nwc
  4. ¿Qué comando se debe ejecutar?: npx -y @getalby/nwc-mcp-server
  5. Tiempo de espera: 30
  6. Descripción: no
  7. variables de entorno: sí
  8. nombre de la variable de entorno: NWC_CONNECTION_STRING
  9. Valor de la variable de entorno: nostr+walletconnect://... (su secreto de conexión NWC aquí)

Añadir a Cline

Copia lo siguiente y pégalo en el indicador de Cline. Debería pedirte que actualices la cadena de conexión.

Add the following to my MCP servers list: "nwc": { "command": "npx", "args": ["-y", "@getalby/nwc-mcp-server"], "env": { "NWC_CONNECTION_STRING": "nostr+walletconnect://..." }, "disabled": false, "autoApprove": [] }

Añadir a N8N (Nodo comunitario)

Actualmente este servidor MCP solo funciona mediante línea de comando (STDIO).

Puede instalar el nodo comunitario n8n-nodes-mcp y ejecutar n8n con herramientas habilitadas, por ejemplo

N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true npx n8n

Cree un flujo de trabajo en blanco y añada un nodo de agente de IA. Configure su modelo LLM y añada la nueva herramienta "Cliente MCP" (que tendrá un cubo junto a ella indicando que es un nodo de la comunidad).

Configure el cliente MCP agregando una credencial con la línea de comando (STDIO) seleccionada.

comando: npx argumentos: -y @getalby/nwc-mcp-server entornos NWC_CONNECTION_STRING=nostr+walletconnect://your_key_here (crea la línea completa en un editor de texto y pégala, ya que el campo de contraseña no se puede cambiar a texto sin formato)

Consulte el flujo de trabajo del chat pago de N8N para ver un ejemplo completo

De la fuente

Prerrequisitos

  • Node.js 20+
  • Hilo
  • Una cadena de conexión de una billetera Lightning que admite NWC

Instalación

yarn install

Edificio

yarn build

Añade tu conexión NWC

Copie .env.example a .env y actualice su cadena de conexión

Inspeccionar las herramientas (utilizarlas/probarlas sin un LLM)

yarn inspect

Herramientas compatibles

Ver el directorio de herramientas

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Conecta una billetera Bitcoin Lightning a tu LLM usando Nostr Wallet Connect, lo que habilita funcionalidades de pago dentro de modelos de lenguaje como Claude.

  1. Inicio rápido
    1. Añadir a Claude Desktop
    2. Añadir a Goose
    3. Añadir a Cline
    4. Añadir a N8N (Nodo comunitario)
  2. De la fuente
    1. Prerrequisitos
    2. Instalación
    3. Edificio
    4. Añade tu conexión NWC
    5. Inspeccionar las herramientas (utilizarlas/probarlas sin un LLM)
    6. Herramientas compatibles

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A server that adds Bitcoin payment capabilities to LLMs, enabling sending/receiving payments, creating charges, managing wallets, and performing other Bitcoin Lightning Network operations.
    Last updated -
    4
    TypeScript
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables LLMs to access Binance Smart Chain data, perform blockchain queries, and create Four.meme tokens.
    Last updated -
    TypeScript
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    Enables interaction with lightning addresses and common lightning tools via your LLM, providing Lightning Network functionality through natural language.
    Last updated -
    10
    1
    TypeScript
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables LLMs like Claude to interact with the Nostr social network, allowing for fetching user profiles, text notes, and zap payment information.
    Last updated -
    5
    25
    TypeScript
    MIT License
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/getAlby/nwc-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server