Skip to content
Claude Desktop

token optimizer mcp for Claude Desktop

io.github.ooples/token-optimizer-mcp

Context-window optimization: caching, compression & smart file tools that cut tokens 60-90%.

client:Claude Desktop transport:stdio runtime:npm

Install token optimizer mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "token-optimizer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ooples/token-optimizer-mcp"
      ],
      "env": {
        "TOKEN_OPTIMIZER_CACHE_DIR": "<TOKEN_OPTIMIZER_CACHE_DIR>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

token optimizer mcp in other clients