AI 开票助手 · 电子发票开具 for Claude Desktop
io.github.imoldyoung/e-invoice
对话式开具电子发票(数电票):第一步免费生成发票草稿(自动校验税号、税率并算税),第二步确认开票(需 App Key,按张计费),支持开票记录查询。
client:Claude Desktop
transport:streamable-http
tools:4
Install AI 开票助手 · 电子发票开具 in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"e-invoice": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://e-invoice-mcp.601096790.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs