← Back to browse

Pacioli — the governed front door to your ERPNext books

Indexed by io.github.john-broadway

About

Governed agent access to ERPNext — MCP + A2A doors, one spine. No debit without a credit.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add pacioli -- uvx pacioli
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"pacioli","command":"uvx","args":["pacioli"]}'
JSON
{
  "mcpServers": {
    "pacioli": {
      "command": "uvx",
      "args": [
        "pacioli"
      ]
    }
  }
}