Cuts AI web-fetching costs up to 99.9% by stripping page junk before it reaches your LLM.
claude mcp add token-enhancer -- uvx xelektron-token-enhancer
claude_desktop_config.json
{
"mcpServers": {
"token-enhancer": {
"command": "uvx",
"args": [
"xelektron-token-enhancer"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"token-enhancer": {
"command": "uvx",
"args": [
"xelektron-token-enhancer"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"token-enhancer": {
"command": "uvx",
"args": [
"xelektron-token-enhancer"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"token-enhancer": {
"type": "stdio",
"command": "uvx",
"args": [
"xelektron-token-enhancer"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"token-enhancer": {
"command": "uvx",
"args": [
"xelektron-token-enhancer"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.xelektron--token-enhancer/reviews or the review_server meta-tool.
POST /mcp