Ogarni.AI MCP Server
Click on "Install 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., "@Ogarni.AI MCP Servershow me my latest receipts"
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.
Ogarni.AI MCP Server
MCP server for read-only access to Ogarni.AI personal finance data.
Setup
1. Get an API Token
Download the Ogarni.AI mobile app:
Open the app and go to Settings → API Tokens
Create a new token with read scope
Copy the token (starts with
oai_)
2. Install
Claude Code
claude mcp add ogarniai-mcp-server -e OGARNIAI_API_TOKEN=oai_your_token -- npx -y github:IsidoreSoftware/ogarniai-mcp-serverClaude Desktop / Cursor / Windsurf
Add to your MCP config file:
macOS/Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ogarniai": {
"command": "npx",
"args": ["-y", "github:IsidoreSoftware/ogarniai-mcp-server"],
"env": {
"OGARNIAI_API_TOKEN": "oai_your_token_here"
}
}
}
}Important: After adding the config, restart Claude Desktop completely for changes to take effect.
Cursor
Add to .cursorrules or MCP settings:
{
"mcpServers": {
"ogarniai": {
"command": "npx",
"args": ["-y", "github:IsidoreSoftware/ogarniai-mcp-server"],
"env": {
"OGARNIAI_API_TOKEN": "oai_your_token_here"
}
}
}
}Windsurf
Add to Windsurf MCP config (Settings → MCP):
{
"mcpServers": {
"ogarniai": {
"command": "npx",
"args": ["-y", "github:IsidoreSoftware/ogarniai-mcp-server"],
"env": {
"OGARNIAI_API_TOKEN": "oai_your_token_here"
}
}
}
}Local Development
git clone https://github.com/IsidoreSoftware/ogarniai-mcp-server.git
cd ogarniai-mcp-server
npm install
npm run build
OGARNIAI_API_TOKEN=oai_your_token node dist/index.jsRelated MCP server: ZenMoney MCP
Available Tools
Tool | Description |
| List receipts with date filters and sorting |
| Get single receipt details |
| Get receipt image |
| Get duplicate suggestions for a document |
| List expense/income categories |
| List user tags |
| Get latest weekly summary |
| List available summary periods |
| Get summary for a custom date range |
| Get summary for a preset period |
| List notifications with filters |
| Get notification details |
| Get unread notification count |
| List finance groups |
| Get group details |
| List inbound email addresses |
| List duplicate suggestions |
| List loyalty program accounts |
| List supported banks |
| List recurring expenses |
Configuration
Environment Variable | Required | Default | Description |
| Yes | - | API token (starts with |
| No |
| API base URL |
Security
All tools are read-only
Token is passed via environment variable, never hardcoded
Input validated with Zod schemas
Error messages never expose token values
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceRead-only MCP server for accessing Wallet by BudgetBakers financial data, allowing users to query accounts, transactions, categories, budgets, and more via natural language.Last updatedMIT
- AlicenseBqualityAmaintenanceRead-only MCP server for ZenMoney that syncs financial data into memory and exposes it through tools and resources, enabling agentic analysis of transactions and spending patterns.Last updated1032MIT

RiseUp MCP Serverofficial
AlicenseAqualityCmaintenanceMCP server for programmatic read-only access to RiseUp cashflow data, allowing AI assistants to retrieve budget information via natural language.Last updated231014MIT- FlicenseBqualityBmaintenanceA read-only MCP server for the Dough personal finance app, enabling assistants to query financial data like balances, transactions, and budgets through natural language.Last updated8
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/IsidoreSoftware/ogarniai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server