Skip to content

Tracking

Free

by MCP Community

Analytics and tracking components for Orchestra MCP

v1.0.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Tracking MCP Server

Analytics and tracking components for Orchestra MCP

Installation

npx -y @orchestra-mcp/tracking

Reviews

Leave a Review

Installation

Quick install
npx -y @orchestra-mcp/tracking
Add to claude_desktop_config.json
{
  "mcpServers": {
    "tracking": {
      "command": "npx",
      "args": ["-y", "@orchestra-mcp/tracking"]
    }
  }
}