TokenTrace
Rank #10,831io.github.abhiyoheswaran1/tokentrace
Local-first AI CLI usage analytics for agents.
TokenTrace is a Model Context Protocol (MCP) server published by abhiyoheswaran1. It ranks #10,831 of 115,460 servers tracked on MCP Toplist. TokenTrace is listed across 2 registries — Official MCP and PulseMCP, with 5 tracked versions. It was first listed on May 4, 2026 and most recently updated on Jun 3, 2026.
Ranks ahead of 104,629 of 115,460 servers on MCP Toplist.
Use TokenTrace
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tokentrace -- npx -y tokentrace mcp[mcp_servers.tokentrace]
command = "npx"
args = ["-y", "tokentrace", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tokentrace": {
"command": "npx",
"args": [
"-y",
"tokentrace",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tokentrace": {
"command": "npx",
"args": [
"-y",
"tokentrace",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tokentrace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tokentrace",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tokentrace": {
"command": "npx",
"args": [
"-y",
"tokentrace",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tokentrace": {
"command": "npx",
"args": [
"-y",
"tokentrace",
"mcp"
]
}
}
}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.abhiyoheswaran1%2Ftokentrace)<a href="https://mcptoplist.com/server/io.github.abhiyoheswaran1%2Ftokentrace"><img src="https://mcptoplist.com/badge/io.github.abhiyoheswaran1%2Ftokentrace.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
abhiyoheswaran1
Other servers by abhiyoheswaran1
View all abhiyoheswaran1 servers →Available versions (5)
| Version | Published |
|---|---|
| 0.19.0 | Jun 3, 2026 |
| 0.18.0 | May 27, 2026 |
| 0.15.2 | May 23, 2026 |
| 0.15.1 | May 22, 2026 |
| 0.14.1 | May 20, 2026 |
Frequently asked questions
- Who maintains TokenTrace?
- TokenTrace is maintained by abhiyoheswaran1, which publishes 3 MCP servers (29 total versions) tracked on MCP Toplist.
- Is TokenTrace listed on the Official MCP Registry?
- Yes — TokenTrace is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does TokenTrace have?
- MCP Toplist tracks 5 versions of TokenTrace, most recently published on Jun 3, 2026.
- Where can I find the source code for TokenTrace?
- The source code for TokenTrace is hosted at github.com/abhiyoheswaran1/tokentrace.