Back to MCP Servers
Claw Tsaver
Token-saving MCP proxy that intercepts oversized tool returns and replaces them with a preview + on-demand handle. Real benchmark: 11,507 tokens → 104 tokens (99.1% saved) on a Wikipedia fetch. Works with OpenClaw + Claude.
delivery
By Yang1Bai
Installation
npx -y claw-tsaverConfiguration
{
"mcpServers": {
"claw-tsaver": {
"command": "npx",
"args": ["-y", "claw-tsaver"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes