Settings

Manage your account settings and set e-mail preferences.

AI Input | Telegram bot

You can use the AI to log transactions much simpler.
It will automatically detect the date, amount, and category of the transaction.

Telegram Bot

Connect your Telegram account to add transactions via chat

Start bot

Claude MCP Integration

Use Budget Vision with Claude via Model Context Protocol (MCP)

Setup Instructions:

  1. Generate your MCP token above
  2. Configure Claude Desktop to use Budget Vision MCP server
  3. Use Claude to add transactions: "Add transaction: $50 groceries"

Claude Desktop Configuration:

Step 1: Download MCP Client

Generate token first

Step 2: Claude Desktop Config

{
  "mcpServers": {
    "budget-vision": {
      "command": "node",
      "args": ["/path/to/budget-vision-mcp-client.js"]
    }
  }
}

Note: The MCP server now follows the official authorization specification using Bearer tokens in the Authorization header.

No local installation required! The MCP server runs as an API endpoint.