MCP Server
MCP
io.github.clarenceh/expenselm-mcp-server
An MCP server that provides access to your expense data on ExpenseLM.
Install
uvx expenselm-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "expenselm-mcp-server",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ExpenseLM API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EXPENSELM_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment