MCP Office Excel for Cursor
io.github.dosev-ai/mcp-office-excel
65-tool Excel MCP server. Read, write, format, and export .xlsx files. Windows-first.
client:Cursor
transport:stdio
runtime:pypi
Install MCP Office Excel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-office-excel": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-office"
],
"env": {
"EXCEL_ALLOWLIST_ROOTS": "<EXCEL_ALLOWLIST_ROOTS>",
"EXCEL_ENABLE_WRITE": "<EXCEL_ENABLE_WRITE>",
"EXCEL_ENABLE_COM": "<EXCEL_ENABLE_COM>",
"EXCEL_MAX_ITEMS": "<EXCEL_MAX_ITEMS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs