excel vision mcp for Cursor
io.github.voyager-inc/excel-vision-mcp
Excel MCP with image extraction and write support — AI agents see and edit xlsx files
client:Cursor
transport:stdio
runtime:pypi
Install excel vision mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"excel-vision-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"excel-vision-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs