Retour aux applications

Image to Excel MCP
par xiaopang927423
Convert table images to Excel files using Qwen-VL vision models via a Model Context Protocol server.
0 étoiles
Mis à jour 7 months ago
Fonctionne dans:claude
Expose: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
Installation rapide
pip install .Informations
- Tarification
- free
- Publié
- 6/18/2026
- Mis à jour
- 7 months ago
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
Claude Desktop
{
"mcpServers": {
"image-to-excel": {
"command": "python",
"args": ["-m", "src.main"]
}
}
}





