Connects Claude to your ExpenseLM account so you can query and analyze your expense data directly in conversations. You'll need an ExpenseLM API key to authenticate. Once configured, you can ask questions about your spending patterns, get expense insights, and retrieve financial data without leaving your chat window. Useful if you're already tracking expenses in ExpenseLM and want to incorporate that financial context into your AI workflows. Setup is straightforward with uvx on both Mac and Windows, and it also works with Perplexity Desktop if that's your preferred client.
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
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"
}
}
}
}
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"
}
}
}
}

EXPENSELM_API_KEY*secretYour ExpenseLM API key
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json