LLM Usage runs on your own machine — the client starts it, so there is no endpoint to ping. 382 installs a week from pypi. Last commit 3 Aug 2026.
Local-first, multi-provider tool that captures LLM API spend and exposes it to coding agents via MCP
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 llm-usage-mcp -- uvx llm-usage-mcp
{
"mcpServers": {
"llm-usage-mcp": {
"args": [
"llm-usage-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.llm-usage-mcp]
command = "uvx"
args = ["llm-usage-mcp"]
{
"mcpServers": {
"llm-usage-mcp": {
"args": [
"llm-usage-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"llm-usage-mcp": {
"args": [
"llm-usage-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.