LLM Usage
Rank #10,406io.github.zhaoyue722/llm-usage-mcp
Local-first, multi-provider tool that captures LLM API spend and exposes it to coding agents via MCP
LLM Usage is a Model Context Protocol (MCP) server published by zhaoyue722. It ranks #10,406 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. LLM Usage is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jun 24, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 121,640 of 132,046 servers on MCP Toplist.
Use LLM Usage
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add llm-usage-mcp -- uvx llm-usage-mcp[mcp_servers.llm-usage-mcp]
command = "uvx"
args = ["llm-usage-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"llm-usage-mcp": {
"command": "uvx",
"args": [
"llm-usage-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"llm-usage-mcp": {
"command": "uvx",
"args": [
"llm-usage-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"llm-usage-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"llm-usage-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"llm-usage-mcp": {
"command": "uvx",
"args": [
"llm-usage-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"llm-usage-mcp": {
"command": "uvx",
"args": [
"llm-usage-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.zhaoyue722%2Fllm-usage-mcp)<a href="https://mcptoplist.com/server/io.github.zhaoyue722%2Fllm-usage-mcp"><img src="https://mcptoplist.com/badge/io.github.zhaoyue722%2Fllm-usage-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
zhaoyue722
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Aug 3, 2026 |
| 0.1.2 | Jul 7, 2026 |
Frequently asked questions
- Who maintains LLM Usage?
- LLM Usage is maintained by zhaoyue722, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is LLM Usage listed on the Official MCP Registry?
- Yes — LLM Usage is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does LLM Usage have?
- MCP Toplist tracks 2 versions of LLM Usage, most recently published on Aug 3, 2026.
- Where can I find the source code for LLM Usage?
- The source code for LLM Usage is hosted at github.com/zhaoyue722/llm-usage-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.