claude-token-efficient

GitHub

One CLAUDE.md file. Keeps Claude responses terse. Reduces output verbosity on heavy workflows. Drop-in, no code changes.

5,208 stars Unknown
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "claude-token-efficient": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-token-efficient"
      ]
    }
  }
}