Tokenlite
Freeby MCP Community
Lightweight MCP proxy wrapper for tool interception and composition
v0.3.0Added Apr 12, 2026
mcpmodel-context-protocolproxytools
Tokenlite MCP Server
Lightweight MCP proxy wrapper for tool interception and composition
Installation
Reviews
Installation
Quick install
npx -y tokenlite-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"tokenlite": {
"command": "npx",
"args": ["-y", "tokenlite-mcp"]
}
}
}