The Plug

Budget Allocator

Drag-to-adjust budget allocation with interactive sliders

M
MCP Official✓ Verified

Official Model Context Protocol organization

Budget Allocator preview

Allocate budgets visually with drag-and-adjust sliders. See real-time totals, percentages, and constraints as you move allocations around — rendered as an interactive form in your AI chat.

Installation

Add the following configuration to your MCP client settings file to install this app.

{
  "claude": {
    "mcpServers": {
      "budget-allocator-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-budget-allocator-server"
        ]
      }
    }
  }
}

Install Instructions

Copy the JSON config below and paste it into your MCP client settings file.

For Claude Desktop:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "budget-allocator-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/ext-apps-budget-allocator-server"
      ]
    }
  }
}

Get this App

Copy the config and paste it into your MCP client settings.

{
  "claude": {
    "mcpServers": {
      "budget-allocator-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-budget-allocator-server"
        ]
      }
    }
  }
}

Stats

Rating
4.2(4)
Installs
134
Views
1,100
GitHub
2,800

Works With

🟠 Claude🟢 ChatGPT🔵 VS Code🪿 Goose

README Badge

Add this badge to your GitHub README:

[![The Plug](https://getmcpapps.com/badge/budget-allocator.svg)](https://getmcpapps.com/apps/budget-allocator)