mcpbeat Sign in

MCP Telemetry Server MCP Server

by arnavranjan005 Your server? Claim it
local only

MCP Telemetry Server runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 2 Jul 2026.

Streams live progress from mcp-telemetry-sdk-instrumented tools to any connected MCP client.

Installs per day peak 39 · avg 9 · -12% w/w
a month agotoday
44
Installs / week
npm · mcp-telemetry-server
2
Stars
0 open issues
2 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/server.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp-telemetry-server -- npx -y mcp-telemetry-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-telemetry-server": {
      "args": [
        "-y",
        "mcp-telemetry-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-telemetry-server]
command = "npx"
args = ["-y", "mcp-telemetry-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-telemetry-server": {
      "args": [
        "-y",
        "mcp-telemetry-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-telemetry-server": {
      "args": [
        "-y",
        "mcp-telemetry-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Telemetry Server

same job, measured the same way
Lodestone
by studiocorsair

One connector URL giving any MCP client live access to 21 services and 51 tools.

answering
Clipbait
by spiritscripts

Turn any video into viral clips and clip live streams, from any AI agent.

71 installs/wk local only
Perspective AI
by getperspective

An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.

answering
Qaskills
by pramoddutta

Search, inspect, and install 400+ QA testing skills from qaskills.sh into any MCP client.

42 installs/wk local only
Wpagent MCP
by wpagent

Manage WordPress & WooCommerce from any MCP client — 58 tools over a signed REST API.

72 installs/wk local only
Aurora
by aurora

Create, edit, preview, and deploy full-stack web apps to a live URL from any MCP client.

answering
Tinify image tools
by tinify

Compress, resize, crop, and convert images with the Tinify.dev API from any MCP client.

114 installs/wk local only
Htmldrop
by htmldrop

Publish HTML or Markdown from any MCP client to a live, shareable URL on htmldrop.app.

118 installs/wk 3 tools answering

MCP Telemetry Server — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Telemetry Server?
MCP Telemetry Server 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 mcp-telemetry-server was installed 44 times last week.
How do I connect MCP Telemetry Server?
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 mcp-telemetry-server straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Telemetry Server?
The npm package mcp-telemetry-server was installed 44 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Telemetry Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.