Server Budget Allocator
Freeby MCP Community
Budget allocator MCP App Server with interactive visualization
v1.5.0Added Apr 12, 2026
Server Budget Allocator MCP Server
Budget allocator MCP App Server with interactive visualization
Installation
Reviews
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"]
}
}
}