Token Enhancer for Cursor
io.github.xelektron/token-enhancer
Cuts AI web-fetching costs up to 99.9% by stripping page junk before it reaches your LLM.
client:Cursor
transport:stdio
runtime:pypi
Install Token Enhancer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"token-enhancer": {
"type": "stdio",
"command": "uvx",
"args": [
"xelektron-token-enhancer"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs