Servers
Monexa
@emilijan-koteski
Expense Tracking App
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"monexa": {
"command": "npx",
"args": [
"-y",
"monexa-mcp-server"
],
"env": {
"MONEXA_EMAIL": "[email protected]",
"MONEXA_PASSWORD": "your_password"
}
}
}
}