token-optimizer-mcp
by ooples·★ 369·Score 50
MCP server for intelligent token optimization in Claude Code with caching and compression features.
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:
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
Installation
Installation
- Install dependencies:
npm install- Start the MCP server:
npm start- 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
Last updated · Auto-generated from public README + GitHub signals.