perfetto-mcp

antarikshc/perfetto-mcp
★ 109 stars Python 🧠 Memory/Knowledge Updated 1mo ago
This is a Model Context Protocol (MCP) server that gets answers from your Perfetto Traces. It turns natural‑language prompts into focused Perfetto analyses.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "perfetto-mcp": {
      "command": "uvx",
      "args": [
        "perfetto-mcp"
      ]
    }
  }
}

Or install with pip: pip install perfetto-mcp

Topics

android-tracingmcpmodel-context-protocolperfetto