← Index

Boltwork

io.github.Squidboy30/boltwork-mcp·v0.1.12·Documents & Spreadsheets
Quality Score
85
/100

AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "boltwork-mcp": {
      "command": "uvx",
      "args": [
        "boltwork-mcp"
      ],
      "env": {
        "NWC_CONNECTION_STRING": "<your-nwc_connection_string>",
        "PHOENIXD_URL": "<phoenixd_url>",
        "PHOENIXD_PASSWORD": "<your-phoenixd_password>"
      }
    }
  }
}
§02  Environment variables
NWC_CONNECTION_STRING
secret

Nostr Wallet Connect string (e.g. from Alby or Mutiny). Required if not using Phoenixd.

PHOENIXD_URL

Phoenixd base URL e.g. http://localhost:9740. Required if not using NWC.

PHOENIXD_PASSWORD
secret

Phoenixd HTTP Basic auth password. Required if using Phoenixd.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets