NWC MCP 서버
Nostr Wallet Connect( NWC 또는 NIP-47 )를 사용하여 비트코인 라이트닝 지갑을 LLM에 연결합니다.
이 MCP 서버는 공식 MCP TypeScript SDK를 사용합니다.
빠른 시작
Claude Desktop에 추가
claude_desktop_config.json에 다음을 추가하세요.
지엑스피1
구스에 추가
goose configure
입력하세요- 확장 프로그램 추가 -> 명령줄 확장 프로그램
- 그것을
nwc
라고 부르세요 - 어떤 명령을 실행해야 합니까:
npx -y @getalby/nwc-mcp-server
- 시간 초과: 30
- 설명: 없음
- 환경 변수: 예
- 환경 변수 이름:
NWC_CONNECTION_STRING
- 환경 변수 값:
nostr+walletconnect://...
(여기에 NWC 연결 비밀번호를 입력하세요)
클라인에 추가
아래 내용을 복사하여 cline 프롬프트에 붙여넣으세요. 연결 문자열을 업데이트하라는 메시지가 표시됩니다.
N8N(커뮤니티 노드)에 추가
현재 이 MCP 서버는 명령줄(STDIO)을 통해서만 작동합니다.
n8n-nodes-mcp 커뮤니티 노드를 설치하고 도구를 활성화하여 n8n을 실행할 수 있습니다.
빈 워크플로를 만들고 AI 에이전트 노드를 추가합니다. LLM 모델을 구성하고 새 도구 "MCP 클라이언트"(커뮤니티 노드임을 나타내는 큐브 모양이 옆에 표시됨)를 추가합니다.
명령줄(STDIO)을 선택하여 자격 증명을 추가하여 MCP 클라이언트를 구성합니다.
명령어: npx
인수: -y @getalby/nwc-mcp-server
환경 NWC_CONNECTION_STRING=nostr+walletconnect://your_key_here
(비밀번호 필드를 일반 텍스트로 전환할 수 없으므로 텍스트 편집기에서 전체 줄을 만들어 붙여넣습니다)
전체 예를 보려면 N8N 유료 채팅 워크플로를 참조하세요.
출처에서
필수 조건
- 노드.js 20+
- 방사
- NWC를 지원하는 라이트닝 지갑의 연결 문자열
설치
건물
NWC 연결을 추가하세요
.env.example
.env
로 복사하고 연결 문자열을 업데이트하세요.
도구 검사(LLM 없이 사용/테스트)
yarn inspect
지원되는 도구
도구 디렉토리를 참조하세요
You must be authenticated.
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.
Nostr Wallet Connect를 사용하여 Bitcoin Lightning 지갑을 LLM에 연결하고 Claude와 같은 언어 모델 내에서 결제 기능을 활성화합니다.
Related MCP Servers
- -securityFlicense-qualityA 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 -4TypeScript
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to access Binance Smart Chain data, perform blockchain queries, and create Four.meme tokens.Last updated -TypeScript
- -securityFlicense-qualityEnables interaction with lightning addresses and common lightning tools via your LLM, providing Lightning Network functionality through natural language.Last updated -101TypeScript
- AsecurityAlicenseAqualityA 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 -525TypeScriptMIT License