io.github.smigolsmigol/llmkit
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_KEYsecret
LLMKit API key. Optional: local tools work without it.
LLMKIT_PROXY_URLLLMKit 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
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
ai.smithery/neverinfamous-memory-journal-mcp
ai.smithery/neverinfamous-memory-journal-mcp
A MCP server built for developers enabling Git based project management with project and personal…
ai.usealloy/alloy
ai.usealloy/alloy
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.