llmkit for Cursor
io.github.smigolsmigol/llmkit
AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs
client:Cursor
transport:stdio
runtime:npm
Install llmkit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"llmkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@f3d1/llmkit-mcp-server"
],
"env": {
"LLMKIT_API_KEY": "<LLMKIT_API_KEY>",
"LLMKIT_PROXY_URL": "<LLMKIT_PROXY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs