Skip to content
VS Code

tokencost dev for VS Code

io.github.jeff-atriumn/tokencost-dev

LLM pricing oracle — model lookup, cost estimation, and comparison via LiteLLM

client:VS Code transport:stdio runtime:npm

Install tokencost dev in VS Code

.vscode/mcp.json

{
  "servers": {
    "tokencost-dev": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tokencost-dev"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

tokencost dev in other clients