$ timeahead.in
mcp/fastmcp-mebtcpayserver-mcp/install

install @fastmcp-me/btcpayserver-mcp

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/fastmcp-me/btcpayserver-mcp
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "btcpayserver-mcp": {
      "command": "node",
      "args": [
        "path/to/btcpayserver-mcp/dist/index.js"
      ],
      "env": {
        "BTCPAY_BASE_URL": "https://your-btcpay-instance.com",
        "BTCPAY_API_KEY": "your_api_key_here",
        "BTCPAY_STORE_ID": "your_default_store_id"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/fastmcp-mebtcpayserver-mcp/install/claude-desktop
← back to @fastmcp-me/btcpayserver-mcp