Boltwork
About
AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NWC_CONNECTION_STRING PHOENIXD_URL PHOENIXD_PASSWORDClaude Code
claude mcp add --env NWC_CONNECTION_STRING= --env PHOENIXD_URL= --env PHOENIXD_PASSWORD= boltwork-mcp -- uvx boltwork-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"boltwork-mcp","command":"uvx","args":["boltwork-mcp"],"env":{"NWC_CONNECTION_STRING":"","PHOENIXD_URL":"","PHOENIXD_PASSWORD":""}}'
JSON
{
"mcpServers": {
"boltwork-mcp": {
"command": "uvx",
"args": [
"boltwork-mcp"
],
"env": {
"NWC_CONNECTION_STRING": "",
"PHOENIXD_URL": "",
"PHOENIXD_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.