budget-allocator-server.md

Budget Allocator

UI App
from"modelcontextprotocol"
2.4k

Interactive budget allocation tool for financial planning

Data & Analytics
budgetfinanceplanningallocation
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/budget-allocator-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve