Token Compressor runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from pypi. Last commit 8 Mar 2026.
Compress prompts 40-60% using local LLM + embedding validation. Preserves all conditionals.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add token-compressor -- uvx token-compressor-mcp
{
"mcpServers": {
"token-compressor": {
"args": [
"token-compressor-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.token-compressor]
command = "uvx"
args = ["token-compressor-mcp"]
{
"mcpServers": {
"token-compressor": {
"args": [
"token-compressor-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"token-compressor": {
"args": [
"token-compressor-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.