MCP server for the Canton of Bern tax portal TaxMe / BE-Login (SwissID/AGOV browser automation)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"taxme-mcp": {
"command": "npx",
"args": [
"-y",
"sapn95/taxme-mcp"
]
}
}
}
Run in terminal:
claude mcp add taxme-mcp npx -y sapn95/taxme-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"taxme-mcp": {
"command": "npx",
"args": [
"-y",
"sapn95/taxme-mcp"
]
}
}
}