monarchmoney for VS Code
io.github.hakimelek/monarchmoney
Monarch Money API client with 30 MCP tools for accounts, transactions, budgets, and cashflow.
client:VS Code
transport:stdio
runtime:npm
Install monarchmoney in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "monarch-token",
"description": "MONARCH_TOKEN",
"password": true
}
],
"servers": {
"monarchmoney": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hakimelek/monarchmoney"
],
"env": {
"MONARCH_TOKEN": "${input:monarch-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs