token-meter
Rank #20,298io.github.whdrnr2583-cmd/token-meter
Local-first dashboard + MCP for Claude Code and Codex token usage. Per-MCP/tool breakdown.
token-meter is a Model Context Protocol (MCP) server published by whdrnr2583-cmd. It ranks #20,298 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. token-meter is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on May 13, 2026 and most recently updated on May 15, 2026.
Ranks ahead of 95,293 of 115,591 servers on MCP Toplist.
Use token-meter
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add token-meter -- npx -y @whdrnr2583/token-meter[mcp_servers.token-meter]
command = "npx"
args = ["-y", "@whdrnr2583/token-meter"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"token-meter": {
"command": "npx",
"args": [
"-y",
"@whdrnr2583/token-meter"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"token-meter": {
"command": "npx",
"args": [
"-y",
"@whdrnr2583/token-meter"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"token-meter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@whdrnr2583/token-meter"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"token-meter": {
"command": "npx",
"args": [
"-y",
"@whdrnr2583/token-meter"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"token-meter": {
"command": "npx",
"args": [
"-y",
"@whdrnr2583/token-meter"
]
}
}
}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.whdrnr2583-cmd%2Ftoken-meter)<a href="https://mcptoplist.com/server/io.github.whdrnr2583-cmd%2Ftoken-meter"><img src="https://mcptoplist.com/badge/io.github.whdrnr2583-cmd%2Ftoken-meter.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
whdrnr2583-cmd
Other servers by whdrnr2583-cmd
View all whdrnr2583-cmd servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.8 | May 15, 2026 |
| 0.1.1 | May 13, 2026 |
Frequently asked questions
- Who maintains token-meter?
- token-meter is maintained by whdrnr2583-cmd, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is token-meter listed on the Official MCP Registry?
- Yes — token-meter is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does token-meter have?
- MCP Toplist tracks 2 versions of token-meter, most recently published on May 15, 2026.
- Where can I find the source code for token-meter?
- The source code for token-meter is hosted at github.com/whdrnr2583-cmd/tokenmeter.