micro-wallet

Sharmaz/micro-wallet
★ 0 stars TypeScript 🤖 AI/LLM Updated 4d ago
Wallet example using phoenixd node and AI + Phoenixd MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "micro-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "Sharmaz/micro-wallet"
      ]
    }
  }
}

README Excerpt

Voice-enabled Lightning wallet. Interact with your Phoenixd node in natural language: *"Create a 100 sat invoice with description: midnight snacks"*. ```text Frontend (React 19 + Tailwind) → Backend (Express) → phoenixd-mcp-server → Phoenixd :5173 :3000 :9740