Skip to content

Server Budget Allocator

Free

by MCP Community

Budget allocator MCP App Server with interactive visualization

v1.5.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Server Budget Allocator MCP Server

Budget allocator MCP App Server with interactive visualization

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-budget-allocator
Add to claude_desktop_config.json
{
  "mcpServers": {
    "server-budget-allocator": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-budget-allocator"]
    }
  }
}