{
  "markdown": "# [ExpenseLM](https://expenselm.ai) MCP Server\n\n## Introduction\n\nMCP server for [ExpenseLM](https://expenselm.ai).\n\nExpenseLM 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.\n\nmcp-name: io.github.clarenceh/expenselm-mcp-server\n\n## Installation\n\n### Prerequisites\n\n* uv\n* Python 3.9+\n* ExpenseLM API key ([Instructions](https://www.expenselm.ai/docs/mcp-server-guide))\n\n## Setup MCP Client\n\n### Claude Desktop (Mac)\n\nAdd the following MCP server in your Claude Desktop configuration.\n\nConfig file (create if not exists): ~/Library/Application Support/Claude/claude_desktop_config.json\n\nAdd the following into your config file (replace the value of EXPENSELM_API_KEY with your own key).\n\n```json\n{\n  \"mcpServers\": {\n    \"expenselm\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"expenselm-mcp-server\"\n      ],\n      \"env\": {\n        \"EXPENSELM_API_KEY\": \"Replace with your ExpenseLM API Key\",\n        \"MCP_TIMEOUT\": \"200000\"\n      }\n    }\n  }\n}\n```\n\n### Claude Desktop (Windows)\n\nAdd the following MCP server in your Claude Desktop configuration.\n\nConfig file (create if not exists): %AppData%\\Claude\\claude_desktop_config.json (e.g. C:\\Users\\[YourUsername]\\AppData\\Roaming\\Claude\\claude_desktop_config.json)\n\nAdd the following into your config file (replace the value of EXPENSELM_API_KEY with your own key).\n\n```json\n{\n  \"mcpServers\": {\n    \"expenselm\": {\n      \"command\": \"uv\",\n      \"args\": [\n        \"tool\",\n        \"run\",\n        \"expenselm-mcp-server\"\n      ],\n      \"env\": {\n        \"EXPENSELM_API_KEY\": \"Replace with your ExpenseLM API Key\",\n        \"MCP_TIMEOUT\": \"200000\"\n      }\n    }\n  }\n}\n```\n\n### Perplexity Desktop (Mac)\n\n* In Perplexity Desktop for Mac, navigate to \"Settings\" -> \"Connectors\". Click \"Add Connector\".\n* Enter ExpenseLM MCP Server configuration like the below screenshot. Replace the environment variable \"EXPENSELM_API_KEY\" with your own key.\n\n![Perplexity setup](images/perplexity-mcp-config.png)\n\n## Publish new version\n\n* [PyPI package](PYPI.md)\n* [MCP Server Registry](MCP_SERVER.md)\n",
  "bytes": 2234,
  "sha": "f9db37d8da33659fd3aa7c2be1e1b7362afb448f3c2844e4e915150f67f012df",
  "repo_slug": "expenselm/expenselm-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_clarenceh_expenselm_mcp_server_70b7152a/readme"
}