mcp einvoicing ae for Cursor
io.github.cmendezs/mcp-einvoicing-ae
MCP server for United Arab Emirates electronic invoicing
client:Cursor
transport:stdio
runtime:pypi
Install mcp einvoicing ae in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-einvoicing-ae": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-einvoicing-ae"
],
"env": {
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs