Odel
elster mcp server

elster mcp server

Local
@lukasschwarz11TypeScriptMITUpdated 1mo ago

Drive the German tax portal ELSTER via Puppeteer: submit UStVA, prepare EUER/ESt, sync inbox.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmelster-mcp-serverv0.1.0

Run

npx -y elster-mcp-server

MCP client config

{
  "mcpServers": {
    "elster-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "elster-mcp-server"
      ]
    }
  }
}