MCP Directory
Back

token-optimizer-mcp

by ooples · TypeScript · ★ 416

Intelligent token optimization for Claude Code - achieving 95%+ token reduction through caching, compression, and smart tool intelligence

#ai#caching#claude#compression#llm#mcp#mcp-server#token-optimization

Install

npx -y github:ooples/token-optimizer-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "token-optimizer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:ooples/token-optimizer-mcp"
      ]
    }
  }
}

From the README

> Intelligent token optimization through caching, compression, and smart tooling for Claude Code and Claude Desktop Token Optimizer MCP is a Model Context Protocol (MCP) server that reduces context window usage by 60-90% through intelligent caching, compression, and smart tool replacements. By storing compressed content externally in SQLite and providing optimized alternatives to standard tools, the server helps you maximize your available context window. **Production Results**: 60-90% token reduction across 38,000+ operations in real-world usage. - **Smart Tool Replacements**: Automatic op…
Read full README on GitHub →

Related ai & ml servers