Skip to content
Zed

next finance for Zed

io.github.paivapiovesan/next-finance

MCP Server for NEXT Finance ERP (finance.net.br) — browser login, wallets, accounts, transactions.

client:Zed transport:stdio runtime:npm

Install next finance in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "next-finance": {
      "command": "npx",
      "args": [
        "-y",
        "next-finance-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

next finance in other clients