Skip to content
Claude Desktop

telegraph for Claude Desktop

io.github.telegraphprotocol/telegraph

Decentralized AI inference (weather, deepfake detection, LLMs) with x402 USDC micropayments.

client:Claude Desktop transport:stdio runtime:npm

Install telegraph in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "telegraph": {
      "command": "npx",
      "args": [
        "-y",
        "telegraph-protocol-mcp"
      ],
      "env": {
        "TELEGRAPH_NODE_URL": "<TELEGRAPH_NODE_URL>",
        "TELEGRAPH_ENGINE_URL": "<TELEGRAPH_ENGINE_URL>",
        "TELEGRAPH_DAEMON_URL": "<TELEGRAPH_DAEMON_URL>",
        "TELEGRAPH_EVM_PRIVATE_KEY": "<TELEGRAPH_EVM_PRIVATE_KEY>",
        "TELEGRAPH_SOLANA_PRIVATE_KEY": "<TELEGRAPH_SOLANA_PRIVATE_KEY>",
        "EVM_NETWORK": "<EVM_NETWORK>",
        "SVM_NETWORK": "<SVM_NETWORK>",
        "REFRESH_INTERVAL_MS": "<REFRESH_INTERVAL_MS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

telegraph in other clients