next finance for Cursor
io.github.paivapiovesan/next-finance
MCP Server for NEXT Finance ERP (finance.net.br) — browser login, wallets, accounts, transactions.
client:Cursor
transport:stdio
runtime:npm
Install next finance in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"next-finance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"next-finance-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs