TokenSqueezer LLM Token Compressor
Rank #48,384io.github.pgalyen1987/tokensqueezer
x402-gated LLM token compressor: strip filler, collapse JSON, densify prose. Paid in USDC.
TokenSqueezer LLM Token Compressor is a Model Context Protocol (MCP) server published by pgalyen1987. It ranks #48,384 of 115,591 servers tracked on MCP Toplist. TokenSqueezer LLM Token Compressor is listed on Official MCP, with 2 tracked versions. It was first listed on Jun 29, 2026 and most recently updated on Jun 29, 2026.
Ranks ahead of 67,207 of 115,591 servers on MCP Toplist.
Use TokenSqueezer LLM Token Compressor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tokensqueezer -- npx -y @nodeproxy/tokensqueezer[mcp_servers.tokensqueezer]
command = "npx"
args = ["-y", "@nodeproxy/tokensqueezer"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tokensqueezer": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/tokensqueezer"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tokensqueezer": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/tokensqueezer"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tokensqueezer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nodeproxy/tokensqueezer"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tokensqueezer": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/tokensqueezer"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tokensqueezer": {
"command": "npx",
"args": [
"-y",
"@nodeproxy/tokensqueezer"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pgalyen1987%2Ftokensqueezer)<a href="https://mcptoplist.com/server/io.github.pgalyen1987%2Ftokensqueezer"><img src="https://mcptoplist.com/badge/io.github.pgalyen1987%2Ftokensqueezer.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
pgalyen1987
Other servers by pgalyen1987
View all pgalyen1987 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Jun 29, 2026 |
| 1.0.1 | Jun 29, 2026 |
Frequently asked questions
- Who maintains TokenSqueezer LLM Token Compressor?
- TokenSqueezer LLM Token Compressor is maintained by pgalyen1987, which publishes 6 MCP servers (8 total versions) tracked on MCP Toplist.
- Is TokenSqueezer LLM Token Compressor listed on the Official MCP Registry?
- Yes — TokenSqueezer LLM Token Compressor is listed on the Official MCP Registry.
- How many versions does TokenSqueezer LLM Token Compressor have?
- MCP Toplist tracks 2 versions of TokenSqueezer LLM Token Compressor, most recently published on Jun 29, 2026.
- Where can I find the source code for TokenSqueezer LLM Token Compressor?
- The source code for TokenSqueezer LLM Token Compressor is hosted at github.com/pgalyen1987/NodeProxy.