Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Analyzer

    An MCP server to read MCP logs to debug directly inside the client

    15 stars
    TypeScript
    Updated Oct 11, 2025

    Table of Contents

    • 🎯 Overview
    • 🚀 Quick Start
    • Installing via Smithery
    • Installing Manually
    • 🔌 Connecting to Claude
    • 📋 Available Parameters
    • 💡 Example Usage
    • ⚙️ How It Works
    • 📄 License

    Table of Contents

    • 🎯 Overview
    • 🚀 Quick Start
    • Installing via Smithery
    • Installing Manually
    • 🔌 Connecting to Claude
    • 📋 Available Parameters
    • 💡 Example Usage
    • ⚙️ How It Works
    • 📄 License

    Documentation

    MCP Server: Analyze & Debug MCP Logs

    smithery badge

    🎯 Overview

    MCP Log Reader is a specialized MCP server that helps you analyze and debug Model Context Protocol logs. It provides Claude with direct access to log files, making it easy to troubleshoot MCP integrations and understand how Claude interacts with your tools.

    • Multi-platform Support: Works on macOS, Windows, and Linux with platform-specific log paths
    • Smart Filtering: Find specific log entries with case-insensitive text search
    • Paginated Browsing: Navigate large log collections efficiently
    • Size Management: Handles large log files with intelligent truncation
    • Seamless Claude Integration: Works directly with Claude Desktop

    🚀 Quick Start

    Installing via Smithery

    To install MCP Log Reader for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install @klara-research/MCP-Analyzer --client claude

    Installing Manually

    Install directly from GitHub:

    bash
    # Clone the repository
    git clone https://github.com/klara-research/MCP-Analyzer.git
    cd MCP-Analyzer
    
    # Install dependencies
    npm i

    Build and run:

    bash
    # Compile TypeScript
    npx tsc

    🔌 Connecting to Claude

    Add the server to your Claude Desktop configuration:

    json
    {
      "mcpServers": {
        "log-reader": {
          "command": "node",
          "args": [
            "/absolute/path/MCP-Analyzer/build"
          ]
        }
      }
    }

    Then restart Claude Desktop.

    📋 Available Parameters

    The log reader supports these parameters:

    ParameterDescriptionDefault
    linesNumber of lines to read from each log file100
    filterText to filter log entries by (case-insensitive)""
    customPathCustom path to log directoryOS-specific
    fileLimitMaximum number of files to read per page5
    pagePage number for pagination1

    💡 Example Usage

    Ask Claude to use the log reader tool:

    code
    Can you check my MCP logs for any connection errors in the last day?

    Or with specific parameters:

    code
    Can you look through MCP logs with filter="error" and lines=50 to find initialization issues?

    ⚙️ How It Works

    1. The server automatically detects your OS and finds the appropriate log directory

    2. It locates all MCP log files and sorts them by modification time (newest first)

    3. The requested page of log files is retrieved based on pagination settings

    4. Files are processed with size limits to prevent overwhelming responses

    5. Filtered content is returned in a structured format with pagination details

    📄 License

    MIT License

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Wave

      TypeScript00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k