Back to MCP Servers
🔌

ooples/token-optimizer-mcp

MITAPI key required

📇 🏠 ☁️ 🍎 🪟 🐧 - Intelligent token optimization achieving 95%+ reduction through caching, compression, and 80+ smart tools for API optimization, code analysis, and real-time monitoring.

TypeScriptAPIs

Install

npx -y @ooples/token-optimizer-mcp

Required environment variables

CODECOV_TOKENSet in your MCP config
SNYK_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ooples-token-optimizer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ooples/token-optimizer-mcp"
      ],
      "env": {
        "CODECOV_TOKEN": "<YOUR_CODECOV_TOKEN>",
        "SNYK_TOKEN": "<YOUR_SNYK_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.