Skip to content
VS Code

AbraFlexi for VS Code

io.github.vitexus/abraflexi

MCP server for AbraFlexi ERP — invoices, contacts, products, bank transactions.

client:VS Code transport:stdio runtime:pypi

Install AbraFlexi in VS Code

.vscode/mcp.json

{
  "servers": {
    "abraflexi": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "abraflexi-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AbraFlexi in other clients