xlsx-tools-mcp for Cursor
io.github.ruriazz/xlsx-tools-mcp
MCP server for accurate, structure-preserving read/write access to Excel (.xlsx) files
client:Cursor
transport:stdio
runtime:pypi
Install xlsx-tools-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xlsx-tools-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"xlsx-tools-mcp"
],
"env": {
"XLSX_MCP_FILES": "<XLSX_MCP_FILES>",
"XLSX_MCP_RECALC_TIMEOUT": "<XLSX_MCP_RECALC_TIMEOUT>",
"XLSX_MCP_LOCK_TIMEOUT": "<XLSX_MCP_LOCK_TIMEOUT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs