Back to Apps

Token Enhancer
by Footshaped-friction742
Slashes token usage by stripping HTML noise and junk from web pages before they hit your AI context.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Acts as a local proxy that fetches web pages and strips away navigation bars, ads, and scripts, leaving only clean, essential text for the AI agent.
Tools
fetch_clean: Fetches a URL and returns highly compressed clean text.fetch_clean_batch: Efficiently fetches and cleans multiple URLs in one go.refine_prompt: Optimizes prompts by removing filler while preserving key data.
Installation
Install via pip:
pip install xelektron-token-enhancer
Then add to claude_desktop_config.json:
{
"mcpServers": {
"token-enhancer": {
"command": "python3",
"args": ["-m", "mcp_server"]
}
}
}
Supported hosts
Claude Desktop, Cursor, OpenClaw.
Quick install
pip install xelektron-token-enhancerInformation
- Pricing
- free
- Published
- 6/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to .cursor/mcp.json: { "token-enhancer": { "command": "python3", "args": ["-m", "mcp_server"] } }Claude Desktop
Install via pip and add python3 -m mcp_server to config.





