AbraFlexi for Cursor
io.github.vitexus/abraflexi
MCP server for AbraFlexi ERP — invoices, contacts, products, bank transactions.
client:Cursor
transport:stdio
runtime:pypi
Install AbraFlexi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"abraflexi": {
"type": "stdio",
"command": "uvx",
"args": [
"abraflexi-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs