PluginBench
MCP Server
Active
Apache-2.0

Pacioli — the ERPNext broker you can hand the books MCP Server

io.github.john-broadway/pacioli

What is the Pacioli — the ERPNext broker you can hand the books MCP server?

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

How to install Pacioli — the ERPNext broker you can hand the books

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pacioli": {
      "command": "uvx",
      "args": [
        "pacioli",
        "--from",
        "pacioli[server]",
        "serve"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pacioli": {
      "command": "uvx",
      "args": [
        "pacioli",
        "--from",
        "pacioli[server]",
        "serve"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pacioli": {
      "command": "uvx",
      "args": [
        "pacioli",
        "--from",
        "pacioli[server]",
        "serve"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pacioli": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pacioli",
        "--from",
        "pacioli[server]",
        "serve"
      ]
    }
  }
}
Claude Code
claude mcp add pacioli -- uvx pacioli --from pacioli[server] serve

Related MCP servers

The Proxmox MCP you can hand the keys: VE/PBS/PMG/PDM. Plan, prove, undo, diagnose. MCP/A2A/API.

35
Python
Apache-2.0
View repository →