Odel
Token Enhancer

Token Enhancer

Local
@xelektron68PythonMITUpdated 5mo ago

Cuts AI web-fetching costs up to 99.9% by stripping page junk before it reaches your LLM.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIxelektron-token-enhancerv0.2.1

Run

uvx xelektron-token-enhancer

MCP client config

{
  "mcpServers": {
    "token-enhancer": {
      "command": "uvx",
      "args": [
        "xelektron-token-enhancer"
      ]
    }
  }
}