MCP Einvoicing Ae Server
Rank #12,825io.github.cmendezs/mcp-einvoicing-ae
MCP server for United Arab Emirates electronic invoicing
MCP Einvoicing Ae Server is a Model Context Protocol (MCP) server published by cmendezs. It ranks #12,825 of 115,460 servers tracked on MCP Toplist. MCP Einvoicing Ae Server is listed on Official MCP, with 3 tracked versions. It was first listed on Aug 27, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 102,635 of 115,460 servers on MCP Toplist.
Use MCP Einvoicing Ae Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-einvoicing-ae -e "LOG_LEVEL=<your LOG_LEVEL>" -- uvx mcp-einvoicing-aeReplace each placeholder with your own value before saving.
[mcp_servers.mcp-einvoicing-ae]
command = "uvx"
args = ["mcp-einvoicing-ae"]
[mcp_servers.mcp-einvoicing-ae.env]
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-einvoicing-ae": {
"command": "uvx",
"args": [
"mcp-einvoicing-ae"
],
"env": {
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-einvoicing-ae": {
"command": "uvx",
"args": [
"mcp-einvoicing-ae"
],
"env": {
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-einvoicing-ae": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-einvoicing-ae"
],
"env": {
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-einvoicing-ae": {
"command": "uvx",
"args": [
"mcp-einvoicing-ae"
],
"env": {
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-einvoicing-ae": {
"command": "uvx",
"args": [
"mcp-einvoicing-ae"
],
"env": {
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cmendezs%2Fmcp-einvoicing-ae)<a href="https://mcptoplist.com/server/io.github.cmendezs%2Fmcp-einvoicing-ae"><img src="https://mcptoplist.com/badge/io.github.cmendezs%2Fmcp-einvoicing-ae.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
cmendezs
Other servers by cmendezs
- MCP E-Invoicing Core#4,191 · 16 vers
- mcp-ksef-pl#5,509 · 6 vers
- mcp-facturacion-electronica-es#5,761 · 6 vers
- mcp-nfe-br#7,711 · 6 vers
- mcp-einvoicing-de#7,722 · 6 vers
- mcp-einvoicing-be#7,927 · 6 vers
- Fattura Elettronica IT#7,994 · 5 vers
- Facture Électronique France#8,304 · 6 vers
- MCP Invoicenow Sg Server#13,568 · 3 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Aug 29, 2026 |
| 0.2.0 | Aug 28, 2026 |
| 0.1.0 | Aug 27, 2026 |
Frequently asked questions
- Who maintains MCP Einvoicing Ae Server?
- MCP Einvoicing Ae Server is maintained by cmendezs, which publishes 10 MCP servers (63 total versions) tracked on MCP Toplist.
- Is MCP Einvoicing Ae Server listed on the Official MCP Registry?
- Yes — MCP Einvoicing Ae Server is listed on the Official MCP Registry.
- How many versions does MCP Einvoicing Ae Server have?
- MCP Toplist tracks 3 versions of MCP Einvoicing Ae Server, most recently published on Aug 29, 2026.
- Where can I find the source code for MCP Einvoicing Ae Server?
- The source code for MCP Einvoicing Ae Server is hosted at github.com/cmendezs/mcp-einvoicing-ae.