next finance for VS Code
io.github.paivapiovesan/next-finance
MCP Server for NEXT Finance ERP (finance.net.br) — browser login, wallets, accounts, transactions.
client:VS Code
transport:stdio
runtime:npm
Install next finance in VS Code
.vscode/mcp.json
{
"servers": {
"next-finance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"next-finance-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs