
Box Invoice Processor
by svpino
Automated invoice processing for documents stored in Box accounts using MCP.
What it does
This server connects to the Box Content Cloud to automate the extraction and processing of invoice data. It allows an AI assistant to browse Box folders, retrieve invoice documents, and analyze their content using LLMs like Gemini.
Tools
- list_folder: Retrieve the contents of a specific Box folder
- get_file_content: Download and read invoice files for processing
- search_invoices: Find specific invoices based on criteria
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"box-mcp": {
"command": "uv",
"args": ["run", "python", "mcp-sample.py"],
"env": {
"BOX_CLIENT_ID": "your_id",
"BOX_CLIENT_SECRET": "your_secret",
"BOX_DEVELOPER_TOKEN": "your_token"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv run python mcp-sample.pyInformation
- Pricing
- free
- Published
- 5/18/2026
- stars






