PluginBench
MCP Server

io.github.whdrnr2583-cmd/token-meter MCP Server

io.github.whdrnr2583-cmd/token-meter

What is the io.github.whdrnr2583-cmd/token-meter MCP server?

Local-first dashboard + MCP for Claude Code and Codex token usage. Per-MCP/tool breakdown.

How to install io.github.whdrnr2583-cmd/token-meter

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "token-meter": {
      "command": "npx",
      "args": [
        "-y",
        "@whdrnr2583/token-meter"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "token-meter": {
      "command": "npx",
      "args": [
        "-y",
        "@whdrnr2583/token-meter"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "token-meter": {
      "command": "npx",
      "args": [
        "-y",
        "@whdrnr2583/token-meter"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "token-meter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@whdrnr2583/token-meter"
      ]
    }
  }
}
Claude Code
claude mcp add token-meter -- npx -y @whdrnr2583/token-meter

Related MCP servers

Korean equities in English: DART filings, activist & foreign-holder classification, KRX news.

View repository →