mcpbeat Sign in

Boltwork MCP Server

by squidboy30 Your server? Claim it
local only

Boltwork runs on your own machine — the client starts it, so there is no endpoint to ping. 180 installs a week from pypi. Last commit 24 May 2026.

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

Installs per day peak 108 · avg 45 · -26% w/w
a month agotoday
180
Installs / week
pypi · boltwork-mcp
0
Stars
0 open issues
24 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Boltwork every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add boltwork-mcp -- uvx boltwork-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "boltwork-mcp": {
      "args": [
        "boltwork-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.boltwork-mcp]
command = "uvx"
args = ["boltwork-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "boltwork-mcp": {
      "args": [
        "boltwork-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "boltwork-mcp": {
      "args": [
        "boltwork-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: NWC_CONNECTION_STRING (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 (Phoenixd HTTP Basic auth password. Required if using Phoenixd.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Boltwork

same job, measured the same way
AgentPay — Pay-per-call AI Microservices
by ronaldanton

22 AI microservices with x402 micropayments: summarize, translate, code-review. USDC on Base.

28 tools answering
Kognitrix AI
by themohal

8 AI services via MCP: content, code, image, docs, data extraction, translation, SEO, email.

answering
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

487 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only
DoneThat
by donethat

Privacy-first work tracking with summaries, reports, coaching, and AI-ready long-term memory.

answering

Boltwork — questions

Answers built from our own checks of this server.

Why is there no uptime for Boltwork?
Boltwork runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package boltwork-mcp was installed 180 times last week.
How do I connect Boltwork?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls boltwork-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Boltwork?
The pypi package boltwork-mcp was installed 180 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Boltwork open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.