loading…
Search for a command to run...
loading…
Budget Planner AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Budget Planner AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for budget planner ai mcp operations
Budget Planner Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
create_budget |
Create a monthly budget with category allocations |
add_expense |
Record an expense transaction |
add_income |
Record income for a budget period |
get_budget_status |
Get budget status for a month |
get_transactions |
List transactions with optional filters |
create_goal |
Create a savings goal |
update_goal_progress |
Add contribution to a savings goal |
get_goals |
Get all savings goals with progress |
get_analytics |
Get spending analytics |
set_budget_alert |
Set spending alert threshold for a category |
get_category_spending |
Get detailed spending by category |
transfer_funds |
Transfer between budget categories |
rollover_unused |
Rollover unused budget to next month |
pip install meok-budget-planner-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"budget-planner-ai": {
"command": "python",
"args": ["-m", "meok_budget_planner_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 13 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"budget-planner-ai-mcp": {
"command": "npx",
"args": []
}
}
}