Home › Browser Automation & Scraping › elster-mcp-server
elster-mcp-server
Drive the German tax portal ELSTER via Puppeteer: submit UStVA, prepare EUER/ESt, sync inbox.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"elster-mcp-server": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"ELSTER_CONFIG_PATH": "<YOUR_VALUE>",
"ELSTER_PFX_PATH": "<YOUR_VALUE>",
"ELSTER_PASSWORD": "<YOUR_VALUE>",
"ELSTER_TAX_NUMBER": "<YOUR_VALUE>",
"ELSTER_STATE_CODE": "<YOUR_VALUE>",
"ELSTER_NAME": "<YOUR_VALUE>",
"ELSTER_FIRST_NAME": "<YOUR_VALUE>",
"ELSTER_STREET": "<YOUR_VALUE>",
"ELSTER_HOUSE_NUMBER": "<YOUR_VALUE>",
"ELSTER_ZIP": "<YOUR_VALUE>",
"ELSTER_CITY": "<YOUR_VALUE>",
"ELSTER_COUNTRY": "<YOUR_VALUE>",
"ELSTER_HEADLESS": "<YOUR_VALUE>",
"ELSTER_EST_SKIP_EUR": "<YOUR_VALUE>"
}
}
}
}
ELSTER_CONFIG_PATH— Path to a config.json that holds all settings below. Recommended.ELSTER_PFX_PATH— Absolute path to your ELSTER certificate (.pfx).ELSTER_PASSWORDsecret — Password for the .pfx certificate.ELSTER_TAX_NUMBER— Your Steuernummer in the format issued by your Finanzamt.ELSTER_STATE_CODE— Two-digit ELSTER federal-state code of your Finanzamt.ELSTER_NAME— Last name / company name.ELSTER_FIRST_NAME— First name.ELSTER_STREET— Street.ELSTER_HOUSE_NUMBER— House number.ELSTER_ZIP— ZIP code.ELSTER_CITY— City.ELSTER_COUNTRY— ISO country code, default DE.ELSTER_HEADLESS— Run Chromium headless (true/false). Default true.ELSTER_EST_SKIP_EUR— If 1, skip the EUER pre-hook in ESt sessions.
Related servers
Scrapling MCP Server
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
UI-TARS-desktop
MCP server for web search operations
playwright-mcp
Playwright Tools for MCP
invisible_playwright_mcp
AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.
Scrapegraph-ai
AI-powered web scraping library that creates scraping pipelines using natural language.- [ScrapeGraphAI](https://scrapegraphai.com)
Skyvern
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Data from the Official MCP Registry