mcp einvoicing ae for VS Code
io.github.cmendezs/mcp-einvoicing-ae
MCP server for United Arab Emirates electronic invoicing
client:VS Code
transport:stdio
runtime:pypi
Install mcp einvoicing ae in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "log-level",
"description": "LOG_LEVEL",
"password": true
}
],
"servers": {
"mcp-einvoicing-ae": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-einvoicing-ae"
],
"env": {
"LOG_LEVEL": "${input:log-level}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs