Text Spreadsheet for Cursor
io.github.demos-ra/text-spreadsheet
Let your AI read a whole spreadsheet as tab-separated text — Excel, ODS, SQLite and more
client:Cursor
transport:stdio
runtime:pypi
Install Text Spreadsheet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"text-spreadsheet": {
"type": "stdio",
"command": "uvx",
"args": [
"text-spreadsheet"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs