MCP Directory
Back

perfetto-mcp

by antarikshc · Python · ★ 170

This is a Model Context Protocol (MCP) server that gets answers from your Perfetto Traces. It turns natural‑language prompts into focused Perfetto analyses.

#android-tracing#mcp#model-context-protocol#perfetto

Install

pip install git+https://github.com/antarikshc/perfetto-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "perfetto-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/antarikshc/perfetto-mcp.git"
      ]
    }
  }
}

From the README

> Turn natural language into powerful Perfetto trace analysis A Model Context Protocol (MCP) server that transforms natural-language prompts into focused Perfetto analyses. Quickly explain jank, diagnose ANRs, spot CPU hot threads, uncover lock contention, and find memory leaks – all without writing SQL. - **Natural Language → SQL**: Ask questions in plain English, get precise Perfetto queries - **ANR Detection**: Automatically identify and analyze Application Not Responding events - **Performance Analysis**: CPU profiling, frame jank detection, memory leak detection - **Thread Contention**:…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers