Skip to content

SkillFM Claude Code Token Usage for Grok

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:Grok transport:stdio runtime:npm

Install SkillFM Claude Code Token Usage in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SkillFM Claude Code Token Usage in other clients