expenselm-mcp-server

expenselm/expenselm-mcp-server

3.2

If you are the rightful owner of expenselm-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

ExpenseLM MCP Server is a specialized server designed to facilitate the integration of ExpenseLM with various platforms using the Model Context Protocol (MCP).

ExpenseLM MCP Server

Introduction

MCP server for ExpenseLM.

Installation

Prerequisites

  • uv

Setup MCP Client

Claude Desktop

Add the following MCP server in your Claude Desktop configuration.

For Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Add the following into your config file.

{
  "mcpServers": {
    "expenselm": {
      "command": "uvx",
      "args": [
        "expenselm-mcp-server"
      ],
      "env": {
        "EXPENSELM_API_KEY": "Your ExpenseLM API Key",
        "MCP_TIMEOUT": "200000"
      }
    }
  }
}