Skip to content

SkillFM Claude Code Token Usage for Cursor

io.github.ericm1018/skillfm-claude-code-token-usage-cost

Claude Code token usage, cost visibility, and SkillFM Beacon AI health checks for MCP agents.

client:Cursor transport:stdio runtime:npm

Install SkillFM Claude Code Token Usage in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "skillfm-claude-code-token-usage-cost": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@skillfm/claude-code-token-usage-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SkillFM Claude Code Token Usage in other clients