mcpbeat Sign in

Excel Vision MCP Server

by voyager-inc Your server? Claim it
local only

Excel Vision MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 130 installs a week from pypi. Last commit 31 Jul 2026.

Excel MCP with image extraction and write support — AI agents see and edit xlsx files

Installs per day peak 141 · avg 49 · -49% w/w
a month agotoday
130
Installs / week
pypi · excel-vision-mcp
20
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Excel Vision MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add excel-vision-mcp -- uvx excel-vision-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "excel-vision-mcp": {
      "args": [
        "excel-vision-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.excel-vision-mcp]
command = "uvx"
args = ["excel-vision-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "excel-vision-mcp": {
      "args": [
        "excel-vision-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "excel-vision-mcp": {
      "args": [
        "excel-vision-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Excel Vision MCP

same job, measured the same way
MCP Office Excel
by dosev-ai

65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first.

local only
Invoice & Receipt OCR Extractor to Excel
by ranovam

Invoice and receipt extractor: reads PDF and image invoices/receipts with AI, pulling date…

answering
xlsx-tools-mcp
by ruriazz

MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files

91 installs/wk local only
Microsoft Office
by mindstone

Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files

154 installs/wk local only
OfficeAgent.NET
by ilia-sokolov

Create and edit Word, PowerPoint, and Excel files with typed plans and safe previews

local only
MCP Document Reader
by xt765

An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files

174 installs/wk local only
Excel MCP Server (FsOpenXmlDsl)
by marknicholls

Excel tools for AI agents: read/write, decompile to F#/C#/XML/JSON, or build from XML/JSON.

local only
docmcp — Word & Excel files
by adirdavi

Real .docx and .xlsx files from structured data, with automatic Hebrew/Arabic RTL.

answering

Excel Vision MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Excel Vision MCP?
Excel Vision MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package excel-vision-mcp was installed 130 times last week.
How do I connect Excel Vision MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls excel-vision-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Excel Vision MCP?
The pypi package excel-vision-mcp was installed 130 times in the last week. Week over week that is -49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Excel Vision MCP open source?
Yes — it is published under the MIT licence, written in Python and 20 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.