Skip to content
Cursor

claude token saver mcp for Cursor

io.github.blackfoil/claude-token-saver-mcp

MCP server that offloads routine coding tasks to local LLM (Ollama) to save Claude API tokens

client:Cursor transport:stdio runtime:npm

Install claude token saver mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "claude-token-saver-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claude-token-saver-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

claude token saver mcp in other clients