Loading MCP server directory, please wait...
Extract, create, convert & validate invoices (UBL, CII, XRechnung, ZUGFeRD, PDF, Excel)
npx @getmcp/cli add io.github.invapi-org/invapi-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
INVAPI_API_KEYYour API key for Invapi
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.invapi-org/invapi-mcp": {
"command": "npx",
"args": [
"-y",
"@invapi/mcp-server"
],
"env": {
"INVAPI_API_KEY": ""
}
}
}
}