发票pdf转excel台账 Mcp 服务器

by zzmtech

168 downloads
Not rated
GitHub

Description

# 发票处理 MCP 服务器 这是一个用于处理 PDF 发票的 MCP 服务器,提供以下功能: ## 功能特点 1. PDF 发票信息提取 - 支持从 PDF 文件中提取发票信息 - 自动验证 PDF 文件格式 2. Excel 表格生成 - 支持从多个 JSON 文件生成 Excel 表格 - 自动处理异常文件并记录失败原因 - 支持自定义输出路径 ## 使用方法 1. 配置 MCP 客户端: ```json { "mcpServers": { "invoicemcpserver": { "command": "npx", "args": […

About

# 发票处理 MCP 服务器 这是一个用于处理 PDF 发票的 MCP 服务器,提供以下功能: ## 功能特点 1. PDF 发票信息提取 - 支持从 PDF 文件中提取发票信息 - 自动验证 PDF 文件格式 2. Excel 表格生成 - 支持从多个 JSON 文件生成 Excel 表格 - 自动处理异常文件并记录失败原因 - 支持自定义输出路径 ## 使用方法 1. 配置 MCP 客户端: ```json { "mcpServers": { "invoicemcpserver": { "command": "npx", "args": [ "-y", "@ai28mcp/invoicemcpserver@latest" ]…

Details

Author
zzmtech
Downloads
168
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 发票pdf转excel台账 Mcp 服务器
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "invoicemcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "@ai28mcp/invoicemcpserver@latest"
      ],
      "env": {
        "INVOICE_API_KEY": "<YOUR_KEY>"
      }
    }
  }
}

extract_invoice

PDF发票信息提取

generate_excel

从JSON文件生成Excel表格

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\u53d1\u7968pdf\u8f6cexcel\u53f0\u8d26 mcp \u670d\u52a1\u5668": {
            "invoicemcpserver": {
                "command": "npx",
                "args": [
                    "-y",
                    "@ai28mcp/invoicemcpserver@latest"
                ],
                "env": {
                    "INVOICE_API_KEY": "<YOUR_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "invoicemcpserver": {
        "command": "npx",
        "args": [
            "-y",
            "@ai28mcp/invoicemcpserver@latest"
        ],
        "env": {
            "INVOICE_API_KEY": "<YOUR_KEY>"
        }
    }
}

发票处理 MCP 服务器

这是一个用于处理 PDF 发票的 MCP 服务器,提供以下功能:

功能特点

1. PDF 发票信息提取
- 支持从 PDF 文件中提取发票信息
- 自动验证 PDF 文件格式

2. Excel 表格生成
- 支持从多个 JSON 文件生成 Excel 表格
- 自动处理异常文件并记录失败原因
- 支持自定义输出路径

使用方法

1. 配置 MCP 客户端:

{
"mcpServers": {
"invoicemcpserver": {
"command": "npx",
"args": [
"-y",
"@ai28mcp/invoicemcpserver@latest"
],
"env": {
"INVOICE_API_KEY": "你的API密钥" // 小红书关注 "AI二八酱" (小红书号:94152668811) 留言获取
}
}
}
}

2. 使用发票提取功能:

extract_invoice({
filePath: "发票文件路径",
apiKey: "API密钥"
});

3. 使用 Excel 生成功能:

generate_excel({
dirPath: "JSON文件目录",
outputPath: "输出Excel路径"
});

注意事项

1. 必须设置 API 小红书关注 "AI二八酱" (小红书号:94152668811) 留言获取😊
2. API 密钥可以通过以下两种方式提供:
- 环境变量 INVOICE_API_KEY
- 调用参数中的 apiKey
3. Excel 生成功能会自动跳过无法解析的文件并记录失败原因

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.