mcpbeat Sign in

Telegraph MCP Server

by telegraphprotocol Your server? Claim it
local only

Telegraph runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 23 Jul 2026.

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

Installs per day peak 10 · avg 3 · +50% w/w
a month agotoday
25
Installs / week
npm · telegraph-protocol-mcp
0
Stars
0 open issues
23 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Telegraph 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 telegraph -- npx -y telegraph-protocol-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "telegraph": {
      "args": [
        "-y",
        "telegraph-protocol-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.telegraph]
command = "npx"
args = ["-y", "telegraph-protocol-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "telegraph": {
      "args": [
        "-y",
        "telegraph-protocol-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "telegraph": {
      "args": [
        "-y",
        "telegraph-protocol-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TELEGRAPH_NODE_URL (Telegraph node public API URL (e.g. http://13.237.89.59:7044)), TELEGRAPH_ENGINE_URL (Telegraph Engine inference server URL (e.g. http://13.237.89.59:8080)), TELEGRAPH_DAEMON_URL (Telegraph Daemon signal API URL (e.g. http://13.237.89.59:8081)), TELEGRAPH_EVM_PRIVATE_KEY (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 (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Telegraph

same job, measured the same way
Drain MCP
by kimbo128

Pay for AI inference with USDC micropayments on Polygon. No API keys needed.

62 installs/wk local only
Nutriref
by younghef

Pay-per-call USDA nutrition for AI agents (x402 micropayments in USDC on Base).

local only
PathCourse Health (PCH)
by pathcourse-health

Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup.

60 installs/wk local only
X402 MCP
by carboncashmere

177 crypto market intel endpoints with auto x402 USDC micropayments from your AI agent

60 installs/wk local only
DeriveAI x402 APIs
by deriveit33z-ship-it

25 pay-per-request intelligence APIs for AI agents via x402 micropayments (USDC/Base)

25 tools answering
Automan
by i02202

Autonomous AI agent selling pay-per-call skills settled with x402 micropayments (USDC).

12 tools answering
U
Minia2a MCP
by minia2a

minia2a.uk x402 marketplace — 1,600+ pay-per-call API services with built-in USDC micropayments.

636 installs/wk local only
AgentPay — Pay-per-call AI Microservices
by ronaldanton

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

28 tools answering

Telegraph — questions

Answers built from our own checks of this server.

Why is there no uptime for Telegraph?
Telegraph 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 npm package telegraph-protocol-mcp was installed 25 times last week.
How do I connect Telegraph?
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 telegraph-protocol-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Telegraph?
The npm package telegraph-protocol-mcp was installed 25 times in the last week. Week over week that is +50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Telegraph open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.