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
{
"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