Clara MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Clara MCP Servershow me my recent transactions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
It reads your
CLARA_API_KEYfrom your local environment.It sends standard HTTP requests to your web application's API.
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.
Go to your Personal Expense Tracker -> Settings.
Under Clara AI Assistant, click Generate to create a Clara API Key.
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
- ManiloOAuthapp.ledgy.api
Log, query, and edit expenses, budgets, and accounts in Manilo (formerly Ledgy) from any MCP-compatible AI assistant.
- financeOAuthcom.zoninga
Personal finance for AI agents: accounts, budgets, goals, 9-strategy debt payoff, reports. OAuth 2.1
Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.
Track expenses, budgets, balances, transfers, and multi-currency reports with OAuth-secured tools.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables 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-
- AlicenseAqualityDmaintenanceEnables 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.611 npm5ISC
- AlicenseAqualityDmaintenanceEnables interaction with Brex financial data including expenses, budgets, transactions, and accounts through read-only API access with support for pagination, filtering, and receipt management.2110 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables 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.100 npm1MIT