ExpenseLM MCP Server
Project description
ExpenseLM MCP Server
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.expenselm/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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file expenselm_mcp_server-0.2.1.tar.gz.
File metadata
- Download URL: expenselm_mcp_server-0.2.1.tar.gz
- Upload date:
- Size: 84.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66e213701b5e52bcadade44235e52a737a2ee95394594306802dde54a6268adf
|
|
| MD5 |
5ec8cae96b3d548bfff06e1a7a5e04f1
|
|
| BLAKE2b-256 |
f4dcca12b8659914796bd385302e93f035078dba02f3b80cab89a77b3cd49f58
|
File details
Details for the file expenselm_mcp_server-0.2.1-py3-none-any.whl.
File metadata
- Download URL: expenselm_mcp_server-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
653e011c0ed01f512642ea12fbb88f5cd9bb1b0f4c70ee6f10ed18762cf0ec3b
|
|
| MD5 |
51dd293b35b1aa12f5e4b18f6532e5d2
|
|
| BLAKE2b-256 |
c17646c700e5476923a0e55142a21f21dba1cdbd1dc0473a7ced5f3bf54ba564
|