Boltwork for Grok
io.github.squidboy30/boltwork-mcp
AI services via Bitcoin Lightning — PDF summarisation, code review, translation and more.
client:Grok
transport:stdio
runtime:pypi
Install Boltwork in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"boltwork-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"boltwork-mcp"
],
"env": {
"NWC_CONNECTION_STRING": "<NWC_CONNECTION_STRING>",
"PHOENIXD_URL": "<PHOENIXD_URL>",
"PHOENIXD_PASSWORD": "<PHOENIXD_PASSWORD>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs