← Index

io.github.donovanh/mcp-server

io.github.donovanh/mcp-server·v0.3.3·Other
Quality Score
79
/100

MCP server for Lightning Tools — pay-per-call AI tools via Bitcoin Lightning

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@lightning-tools/mcp-server"
      ],
      "env": {
        "LIGHTNING_TOOLS_API_KEY": "<your-lightning_tools_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@lightning-tools/mcp-server"
      ],
      "env": {
        "LIGHTNING_TOOLS_API_KEY": "<your-lightning_tools_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @lightning-tools/mcp-server
§02  Environment variables
LIGHTNING_TOOLS_API_KEY
secret

Your Lightning Tools API key (starts with sk_). Optional — you can purchase one via the buy_credits tool.

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other