mcp-server-receipt
領収書整理のためのMCPサーバー
Documentation
mcp-server-receipt
MCPプロトコル対応のLLMが領収書ファイルを自動整理するためのコンテキストを提供するサーバーです。
このツールは、LLMに対して領収書ファイルの適切な命名規則と格納場所を指示します。LLMは領収書PDFから日付・金額・会社名を抽出し、指定形式(YYYYMMDD_金額_会社名.pdf)でファイルをリネームして保存します。
Prompts
- gen-receipt-filename
ローカルビルド手順
リポジトリをクローンしてビルドして使用します:
# リポジトリをクローン
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ホスト設定例
{
"mcpServers": {
"mcp-server-receipt": {
"command": "node",
"args": [
"/path/to/mcp-server-receipt/dist/index.js",
"~/Downloads/receipts", // 入力ディレクトリ
"~/Documents/Finance/Receipts" // 出力ディレクトリ
]
}
}
}Debugging
node dist/index.js例:
node dist/index.js ~/Downloads/receipts ~/Documents/Finance/ReceiptsLicense
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
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
MCP server for interacting with the iOS simulator JavaScript-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only...
This is an MCP server that allows you to directly download transcripts of YouTube videos. JavaScript-based implementation.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP