PluginBench
MCP Server

io.github.vk0dev/agent-cost-mcp MCP Server

io.github.vk0dev/agent-cost-mcp

What is the io.github.vk0dev/agent-cost-mcp MCP server?

Local-first Claude Code cost analyzer. Per-tool spend, daily trends, optimization hints.

How to install io.github.vk0dev/agent-cost-mcp

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": {
    "agent-cost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vk0/agent-cost-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-cost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vk0/agent-cost-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-cost-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vk0/agent-cost-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-cost-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vk0/agent-cost-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add agent-cost-mcp -- npx -y @vk0/agent-cost-mcp

Related MCP servers

Dependency graph and blast-radius analysis for local TypeScript/JavaScript repos.

View repository →