MCP server for the Monexa personal finance API. Track expenses, manage categories and payment methods, view spending statistics, and handle multi-currency finances — all through AI.
Server Config
{
"mcpServers": {
"monexa": {
"command": "npx",
"args": [
"-y",
"monexa-mcp-server"
],
"env": {
"MONEXA_EMAIL": "your@email.com",
"MONEXA_PASSWORD": "your_password"
}
}
}
}