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
{
"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