← Index

io.github.smigolsmigol/llmkit

io.github.smigolsmigol/llmkit·v0.4.7·Developer Tools
Quality Score
80
/100

AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "llmkit": {
      "command": "npx",
      "args": [
        "-y",
        "@f3d1/llmkit-mcp-server"
      ],
      "env": {
        "LLMKIT_API_KEY": "<your-llmkit_api_key>",
        "LLMKIT_PROXY_URL": "<llmkit_proxy_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "llmkit": {
      "command": "npx",
      "args": [
        "-y",
        "@f3d1/llmkit-mcp-server"
      ],
      "env": {
        "LLMKIT_API_KEY": "<your-llmkit_api_key>",
        "LLMKIT_PROXY_URL": "<llmkit_proxy_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @f3d1/llmkit-mcp-server
§02  Environment variables
LLMKIT_API_KEY
secret

LLMKit API key. Optional: local tools work without it.

LLMKIT_PROXY_URL

LLMKit proxy URL (defaults to hosted service)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools