MCP Catalogs
Home

token-optimizer-mcp

by ooples·369·Score 50

MCP server for intelligent token optimization in Claude Code with caching and compression features.

developer-toolsai-llmproductivity
32
Forks
2
Open issues
this month
Last commit
2d ago
Indexed

Overview

The token-optimizer-mcp is a sophisticated MCP server designed to significantly reduce token usage in Claude Code through intelligent caching mechanisms and compression techniques. It achieves 95%+ token reduction by implementing smart tool intelligence and caching strategies. The server is implemented in TypeScript and offers comprehensive CI/CD integration through GitHub Actions, ensuring quality gates and automated releases. It's actively maintained with recent commits and has garnered 369 GitHub stars, indicating strong community interest.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Optimizing token usage for large codebases in Claude Code
you:Reducing API costs by minimizing unnecessary token consumption
you:Improving response speed through intelligent caching of code context
you:How much token reduction can I expect?
you:Is this only for Claude Code?

When to choose this

Choose this server if you're using Claude Code regularly and need to minimize token costs while maintaining functionality.

When NOT to choose this

Avoid if you need fine-grained control over token optimization or are not experiencing significant token costs with Claude Code.

Comparable tools

claude-code-mcptoken-optimizer

Installation

Installation

  1. Install dependencies:
npm install
  1. Start the MCP server:
npm start
  1. Configure Claude Desktop:

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "token-optimizer": {
      "command": "node",
      "args": ["path/to/token-optimizer-mcp/dist/index.js"]
    }
  }
}

FAQ

How much token reduction can I expect?
The server achieves 95%+ token reduction through caching and smart optimization techniques.
Is this only for Claude Code?
This MCP server is specifically designed to work with Claude Code environments.

Compare token-optimizer-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.