Skip to content
Cursor

expenselm mcp server for Cursor

io.github.clarenceh/expenselm-mcp-server

An MCP server that provides access to your expense data on ExpenseLM.

client:Cursor transport:stdio runtime:pypi

Install expenselm mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "expenselm-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "expenselm-mcp-server"
      ],
      "env": {
        "EXPENSELM_API_KEY": "<EXPENSELM_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

expenselm mcp server in other clients