mcp server xlwings for Cursor
io.github.geniuskey/mcp-server-xlwings
Excel automation via xlwings COM. DRM-protected files, live sessions, VBA macros. Windows only.
client:Cursor
transport:stdio
runtime:pypi
Install mcp server xlwings in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-xlwings": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-xlwings"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs