Skip to content

Mode

Free

by MCP Community

MCP server for Mode Analytics — read-only report access and execution

v1.1.1Added Apr 12, 2026
mcpmodeanalytics
Works with:ClaudeGPTGeminiCopilot

Mode MCP Server

MCP server for Mode Analytics — read-only report access and execution

Installation

Reviews

Leave a Review

Installation

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