Skip to content
Back to search
30
MCP

Claude Token Saver

pulsemcp/claude token saver

Offloads routine coding tasks to a local LLM to reduce Claude API token usage.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.blackfoil/claude-token-saver-mcp
MCP server that offloads routine coding tasks to local LLM (Ollama) to save Claude API tokens
0 tools
io.github.BlackFoil/claude-token-saver-mcp
MCP server that offloads routine coding tasks to local LLM (Ollama) to save Claude API tokens
0 tools
token-optimizer-mcp
Intelligent token optimization for Claude Code - achieving 95%+ token reduction through caching, compression, and smart tool intelligence
0 tools
cctx-optimizer
Reduce Claude Code token usage by 70-90% with cross-session memory and four-layer optimization: semantic codebase indexing, PostToolUse tool
0 tools
codeledger
Token-level cost intelligence for Claude Code — per-project, per-agent, per-skill usage tracking with conversational MCP querying and local
0 tools
Tokensaver
Reduces token usage when working with AI coding assistants by serving only relevant file contents.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "claude_token_saver": {
      "url": "None",
      "transport": "http"
    }
  }
}