einvoice-mcp
Rank #40,837io.github.makririch/einvoice
XRechnung & ZUGFeRD: create, validate, and convert German e-invoices. EN 16931 compliant.
einvoice-mcp is a Model Context Protocol (MCP) server published by makririch. It ranks #40,837 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. einvoice-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Apr 13, 2026 and most recently updated on Apr 13, 2026.
Ranks ahead of 74,623 of 115,460 servers on MCP Toplist.
Use einvoice-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add einvoice -- npx -y einvoice-mcp[mcp_servers.einvoice]
command = "npx"
args = ["-y", "einvoice-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"einvoice": {
"command": "npx",
"args": [
"-y",
"einvoice-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"einvoice": {
"command": "npx",
"args": [
"-y",
"einvoice-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"einvoice": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"einvoice-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"einvoice": {
"command": "npx",
"args": [
"-y",
"einvoice-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"einvoice": {
"command": "npx",
"args": [
"-y",
"einvoice-mcp"
]
}
}
}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.makririch%2Feinvoice)<a href="https://mcptoplist.com/server/io.github.makririch%2Feinvoice"><img src="https://mcptoplist.com/badge/io.github.makririch%2Feinvoice.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
makririch
Other servers by makririch
View all makririch servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Apr 13, 2026 |
Frequently asked questions
- Who maintains einvoice-mcp?
- einvoice-mcp is maintained by makririch, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is einvoice-mcp listed on the Official MCP Registry?
- Yes — einvoice-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does einvoice-mcp have?
- MCP Toplist tracks 1 version of einvoice-mcp, most recently published on Apr 13, 2026.
- Where can I find the source code for einvoice-mcp?
- The source code for einvoice-mcp is hosted at github.com/makririch/einvoice-mcp.