One CLAUDE.md file. Keeps Claude responses terse. Reduces output verbosity on heavy workflows. Drop-in, no code changes.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claude-token-efficient": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-token-efficient"
]
}
}
}