Expenselm Server
FreeNot checkedAn MCP server that provides access to your expense data on ExpenseLM.
About
An MCP server that provides access to your expense data on ExpenseLM.
README
Introduction
MCP server for ExpenseLM.
ExpenseLM is an easy to use, GenAI powered Expense Management application. From expense recording to expense insights and advice, ExpenseLM puts you in control of your money like never before. MCP server enables access to your expense data with your favorite AI Agent.
mcp-name: io.github.clarenceh/expenselm-mcp-server
Installation
Prerequisites
- uv
- Python 3.9+
- ExpenseLM API key (Instructions)
Setup MCP Client
Claude Desktop (Mac)
Add the following MCP server in your Claude Desktop configuration.
Config file (create if not exists): ~/Library/Application Support/Claude/claude_desktop_config.json
Add the following into your config file (replace the value of EXPENSELM_API_KEY with your own key).
{
"mcpServers": {
"expenselm": {
"command": "uvx",
"args": [
"expenselm-mcp-server"
],
"env": {
"EXPENSELM_API_KEY": "Replace with your ExpenseLM API Key",
"MCP_TIMEOUT": "200000"
}
}
}
}
Claude Desktop (Windows)
Add the following MCP server in your Claude Desktop configuration.
Config file (create if not exists): %AppData%\Claude\claude_desktop_config.json (e.g. C:\Users[YourUsername]\AppData\Roaming\Claude\claude_desktop_config.json)
Add the following into your config file (replace the value of EXPENSELM_API_KEY with your own key).
{
"mcpServers": {
"expenselm": {
"command": "uv",
"args": [
"tool",
"run",
"expenselm-mcp-server"
],
"env": {
"EXPENSELM_API_KEY": "Replace with your ExpenseLM API Key",
"MCP_TIMEOUT": "200000"
}
}
}
}
Perplexity Desktop (Mac)
- In Perplexity Desktop for Mac, navigate to "Settings" -> "Connectors". Click "Add Connector".
- Enter ExpenseLM MCP Server configuration like the below screenshot. Replace the environment variable "EXPENSELM_API_KEY" with your own key.

Publish new version
Install Expenselm Server in Claude Desktop, Claude Code & Cursor
unyly install expenselm-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add expenselm-mcp-server -- uvx expenselm-mcp-serverFAQ
Is Expenselm Server MCP free?
Yes, Expenselm Server MCP is free — one-click install via Unyly at no cost.
Does Expenselm Server need an API key?
No, Expenselm Server runs without API keys or environment variables.
Is Expenselm Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Expenselm Server in Claude Desktop, Claude Code or Cursor?
Open Expenselm Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Expenselm Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
