trackmcp
Back to directory
moritasoshi

mcp-server-receipt

View on GitHub

領収書整理のためのMCPサーバー

0 stars JavaScriptServers & Infrastructure Updated Apr 21, 2025

Documentation

mcp-server-receipt

MCPプロトコル対応のLLMが領収書ファイルを自動整理するためのコンテキストを提供するサーバーです。

このツールは、LLMに対して領収書ファイルの適切な命名規則と格納場所を指示します。LLMは領収書PDFから日付・金額・会社名を抽出し、指定形式(YYYYMMDD_金額_会社名.pdf)でファイルをリネームして保存します。

Prompts

  • gen-receipt-filename

    ローカルビルド手順

    リポジトリをクローンしてビルドして使用します:

    bash
    # リポジトリをクローン
    git clone https://github.com/soshi-morita/mcp-server-receipt.git
    
    # ディレクトリに移動
    cd mcp-server-receipt
    
    # 依存関係をインストール
    npm install
    
    # ビルド
    npm run build

    動作の仕組み

    1. サーバーを起動すると、LLMに領収書処理の指示を提供します

    2. LLMが領収書から情報を抽出し、ファイル名を生成します

    3. LLMが指定された出力先にファイルをコピーします

    MCPホスト設定例

    json5
    {
      "mcpServers": {
        "mcp-server-receipt": {
          "command": "node",
          "args": [
            "/path/to/mcp-server-receipt/dist/index.js",
            "~/Downloads/receipts", // 入力ディレクトリ
            "~/Documents/Finance/Receipts" // 出力ディレクトリ
          ]
        }
      }
    }

    Debugging

    bash
    node dist/index.js

    例:

    bash
    node dist/index.js ~/Downloads/receipts ~/Documents/Finance/Receipts

    License

    MIT

    Frequently asked questions

    What is mcp-server-receipt?

    mcp-server-receipt is 領収書整理のためのMCPサーバー

    How do I install mcp-server-receipt?

    Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

    Is mcp-server-receipt open source?

    Yes — it is hosted on GitHub at https://github.com/moritasoshi/mcp-server-receipt.

    Related MCP tools

    Run your own MCP server? See who uses it and what to fix.

    Measure it with TrackMCP