Back to Apps

Image to Excel MCP
by xiaopang927423
Convert table images to Excel files using Qwen-VL vision models via a Model Context Protocol server.
0 stars
Updated 7 months ago
Works in:claude
Exposes:Tools
What it does
Provides AI assistants with the ability to process images of tables and convert them into structured Excel files. It leverages the Qwen-VL vision model to extract tabular data and transforms it into a downloadable format.
Tools
image_to_excel: Takes an image input, extracts table data using AI vision, and generates an Excel file.
Installation
{
"mcpServers": {
"image-to-excel": {
"command": "python",
"args": ["-m", "src.main"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install .Information
- Pricing
- free
- Published
- 6/18/2026
- Updated
- 7 months ago
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"image-to-excel": {
"command": "python",
"args": ["-m", "src.main"]
}
}
}





