PluginBench
MCP Server

io.github.telegraphprotocol/telegraph MCP Server

io.github.telegraphprotocol/telegraph

What is the io.github.telegraphprotocol/telegraph MCP server?

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

How to install io.github.telegraphprotocol/telegraph

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TELEGRAPH_NODE_URL
    required

    Telegraph node public API URL (e.g. http://13.237.89.59:7044)

  • TELEGRAPH_ENGINE_URL
    required

    Telegraph Engine inference server URL (e.g. http://13.237.89.59:8080)

  • TELEGRAPH_DAEMON_URL
    required

    Telegraph Daemon signal API URL (e.g. http://13.237.89.59:8081)

  • TELEGRAPH_EVM_PRIVATE_KEY
    secret

    EVM private key (0x-prefixed hex) of a USDC-funded burner wallet used to sign x402 payments. At least one of TELEGRAPH_EVM_PRIVATE_KEY or TELEGRAPH_SOLANA_PRIVATE_KEY is required.

  • TELEGRAPH_SOLANA_PRIVATE_KEY
    secret

    Solana private key (base58) for SVM x402 payments. Optional alternative to TELEGRAPH_EVM_PRIVATE_KEY.

  • EVM_NETWORK

    CAIP-2 network identifier for EVM payments. Defaults to eip155:*.

  • SVM_NETWORK

    CAIP-2 network identifier for Solana payments. Defaults to solana:*.

  • REFRESH_INTERVAL_MS

    Dynamic miner-tool refresh interval in milliseconds. Defaults to 300000 (5 min). Set to 0 to disable.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telegraph": {
      "command": "npx",
      "args": [
        "-y",
        "telegraph-protocol-mcp"
      ],
      "env": {
        "TELEGRAPH_NODE_URL": "<YOUR_TELEGRAPH_NODE_URL>",
        "TELEGRAPH_ENGINE_URL": "<YOUR_TELEGRAPH_ENGINE_URL>",
        "TELEGRAPH_DAEMON_URL": "<YOUR_TELEGRAPH_DAEMON_URL>",
        "TELEGRAPH_EVM_PRIVATE_KEY": "<YOUR_TELEGRAPH_EVM_PRIVATE_KEY>",
        "TELEGRAPH_SOLANA_PRIVATE_KEY": "<YOUR_TELEGRAPH_SOLANA_PRIVATE_KEY>",
        "EVM_NETWORK": "<YOUR_EVM_NETWORK>",
        "SVM_NETWORK": "<YOUR_SVM_NETWORK>",
        "REFRESH_INTERVAL_MS": "<YOUR_REFRESH_INTERVAL_MS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "telegraph": {
      "command": "npx",
      "args": [
        "-y",
        "telegraph-protocol-mcp"
      ],
      "env": {
        "TELEGRAPH_NODE_URL": "<YOUR_TELEGRAPH_NODE_URL>",
        "TELEGRAPH_ENGINE_URL": "<YOUR_TELEGRAPH_ENGINE_URL>",
        "TELEGRAPH_DAEMON_URL": "<YOUR_TELEGRAPH_DAEMON_URL>",
        "TELEGRAPH_EVM_PRIVATE_KEY": "<YOUR_TELEGRAPH_EVM_PRIVATE_KEY>",
        "TELEGRAPH_SOLANA_PRIVATE_KEY": "<YOUR_TELEGRAPH_SOLANA_PRIVATE_KEY>",
        "EVM_NETWORK": "<YOUR_EVM_NETWORK>",
        "SVM_NETWORK": "<YOUR_SVM_NETWORK>",
        "REFRESH_INTERVAL_MS": "<YOUR_REFRESH_INTERVAL_MS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "telegraph": {
      "command": "npx",
      "args": [
        "-y",
        "telegraph-protocol-mcp"
      ],
      "env": {
        "TELEGRAPH_NODE_URL": "<YOUR_TELEGRAPH_NODE_URL>",
        "TELEGRAPH_ENGINE_URL": "<YOUR_TELEGRAPH_ENGINE_URL>",
        "TELEGRAPH_DAEMON_URL": "<YOUR_TELEGRAPH_DAEMON_URL>",
        "TELEGRAPH_EVM_PRIVATE_KEY": "<YOUR_TELEGRAPH_EVM_PRIVATE_KEY>",
        "TELEGRAPH_SOLANA_PRIVATE_KEY": "<YOUR_TELEGRAPH_SOLANA_PRIVATE_KEY>",
        "EVM_NETWORK": "<YOUR_EVM_NETWORK>",
        "SVM_NETWORK": "<YOUR_SVM_NETWORK>",
        "REFRESH_INTERVAL_MS": "<YOUR_REFRESH_INTERVAL_MS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "telegraph": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "telegraph-protocol-mcp"
      ],
      "env": {
        "TELEGRAPH_NODE_URL": "<YOUR_TELEGRAPH_NODE_URL>",
        "TELEGRAPH_ENGINE_URL": "<YOUR_TELEGRAPH_ENGINE_URL>",
        "TELEGRAPH_DAEMON_URL": "<YOUR_TELEGRAPH_DAEMON_URL>",
        "TELEGRAPH_EVM_PRIVATE_KEY": "<YOUR_TELEGRAPH_EVM_PRIVATE_KEY>",
        "TELEGRAPH_SOLANA_PRIVATE_KEY": "<YOUR_TELEGRAPH_SOLANA_PRIVATE_KEY>",
        "EVM_NETWORK": "<YOUR_EVM_NETWORK>",
        "SVM_NETWORK": "<YOUR_SVM_NETWORK>",
        "REFRESH_INTERVAL_MS": "<YOUR_REFRESH_INTERVAL_MS>"
      }
    }
  }
}
Claude Code
claude mcp add telegraph --env TELEGRAPH_NODE_URL=<YOUR_TELEGRAPH_NODE_URL> --env TELEGRAPH_ENGINE_URL=<YOUR_TELEGRAPH_ENGINE_URL> --env TELEGRAPH_DAEMON_URL=<YOUR_TELEGRAPH_DAEMON_URL> --env TELEGRAPH_EVM_PRIVATE_KEY=<YOUR_TELEGRAPH_EVM_PRIVATE_KEY> --env TELEGRAPH_SOLANA_PRIVATE_KEY=<YOUR_TELEGRAPH_SOLANA_PRIVATE_KEY> --env EVM_NETWORK=<YOUR_EVM_NETWORK> --env SVM_NETWORK=<YOUR_SVM_NETWORK> --env REFRESH_INTERVAL_MS=<YOUR_REFRESH_INTERVAL_MS> -- npx -y telegraph-protocol-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →