Claude Token Saver MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 31 Mar 2026.
MCP server that offloads routine coding tasks to local LLM (Ollama) to save Claude API tokens
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add claude-token-saver-mcp -- npx -y claude-token-saver-mcp
{
"mcpServers": {
"claude-token-saver-mcp": {
"args": [
"-y",
"claude-token-saver-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.claude-token-saver-mcp]
command = "npx"
args = ["-y", "claude-token-saver-mcp"]
{
"mcpServers": {
"claude-token-saver-mcp": {
"args": [
"-y",
"claude-token-saver-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"claude-token-saver-mcp": {
"args": [
"-y",
"claude-token-saver-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.