Skip to main content
Glama

Claude Telemetry MCP

Claude Telemetry MCP

Model Context Protocol (MCP) server for Claude Code telemetry and usage analytics.

Overview

This MCP server provides comprehensive telemetry and usage analytics for Claude Code sessions, including token usage, cost tracking, session metrics, and tool usage patterns.

Features

  • Session usage tracking (tokens, cost, activity)

  • Daily and weekly usage summaries

  • Usage limit monitoring and warnings

  • Session analytics and patterns

  • Tool usage breakdown

  • Trend analysis and capacity estimation

Installation

npm install claude-telemetry-mcp

Configuration

Add to your Claude Code MCP configuration:

{ "mcpServers": { "claude-telemetry": { "command": "node", "args": ["path/to/claude-telemetry-mcp/build/index.js"] } } }

Available Tools

  • get_current_session_usage - Get current session metrics

  • get_today_usage - Get today's usage summary

  • get_week_usage - Get weekly usage metrics

  • get_usage_summary - Comprehensive usage overview

  • check_usage_limits - Monitor against specified limits

  • get_usage_warnings - Get default threshold warnings

  • estimate_remaining_capacity - Calculate remaining usage capacity

  • get_usage_trends - Analyze usage patterns over time

  • get_session_analytics - Session pattern analysis

  • get_tool_usage_breakdown - Tool usage statistics

  • compare_usage_periods - Compare usage between time periods

  • get_telemetry_health - Check telemetry system status

License

MIT

Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Provides comprehensive telemetry and usage analytics for Claude Code sessions, including token usage tracking, cost monitoring, and tool usage patterns. Enables users to monitor their Claude usage with detailed metrics, warnings, and trend analysis.

  1. Overview
    1. Features
      1. Installation
        1. Configuration
          1. Available Tools
            1. License

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/cordlesssteve/claude-telemetry-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server