XLIDE for Cursor
io.github.williamsmithedward/xlide-mcp
Read, write, analyze, test and diff the VBA, forms, Power Query and cells in Office files
client:Cursor
transport:stdio
runtime:pypi
Install XLIDE in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xlide-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"xlide-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs