Skip to main content
Glama
NeelShah1505

Clara MCP Server

by NeelShah1505

Clara MCP Server

This is the Model Context Protocol (MCP) server for Clara, your personal AI financial assistant. It securely proxies requests to your Personal Expense Tracker backend using your unique API Key.

Security Architecture

The MCP Server does not connect directly to your database. Instead, it acts as an authenticated REST Proxy:

  1. It reads your CLARA_API_KEY from your local environment.

  2. It sends standard HTTP requests to your web application's API.

  3. Your web application validates the API key, ensures you are only accessing your own data, and securely performs the database operations.

Related MCP server: Money Lover MCP Server

Configuration

To use this MCP Server in your IDE (like Cursor, Windsurf, or Antigravity), you must provide two environment variables.

  1. Go to your Personal Expense Tracker -> Settings.

  2. Under Clara AI Assistant, click Generate to create a Clara API Key.

  3. Add the following to your IDE's MCP Configuration:

{
  "mcpServers": {
    "clara": {
      "command": "node",
      "args": ["/path/to/clara-mcp-server/index.js"],
      "env": {
        "CLARA_API_KEY": "YOUR_GENERATED_API_KEY",
        "CLARA_API_URL": "http://localhost:3000/api"
      }
    }
  }
}

(Note: Change CLARA_API_URL to your production URL if you deploy your web app, e.g., https://my-expense-tracker.com/api)

Available Tools

  • list_transactions: View recent income and expenses.

  • add_transaction: Log a new transaction.

  • delete_transaction: Remove an existing transaction.

  • list_budgets: Check your budget status.

  • list_categories: View all transaction categories.

  • list_wallets: View all configured wallets.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables AI agents to interact with the WYGIWYH expense tracking API through 75 dynamically generated MCP tools. Supports comprehensive financial operations including transaction management, account handling, recurring expenses, and investment tracking.
    7
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to interact with Money Lover personal finance app through unofficial REST API. Supports authentication, wallet management, transaction querying, and creating new transactions for expense tracking.
    6
    20
    4
    ISC
  • A
    license
    A
    quality
    D
    maintenance
    Enables interaction with Brex financial data including expenses, budgets, transactions, and accounts through read-only API access with support for pagination, filtering, and receipt management.
    21
    11
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI assistants to interact with Actual Budget for personal finance management through natural language, supporting transactions, account balances, budget tracking, spending analysis, and payment searches.
    30
    MIT

View all related MCP servers

Related MCP Connectors

  • Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.

  • Connect AI agents to bank accounts, transactions, balances, and investments.

  • Connect your XP account to AI via Brazil's Open Finance: balances, statements, cards, investments. R

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NeelShah1505/clara-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server