Text Spreadsheet for Grok
io.github.demos-ra/text-spreadsheet
Let your AI read a whole spreadsheet as tab-separated text — Excel, ODS, SQLite and more
client:Grok
transport:stdio
runtime:pypi
Install Text Spreadsheet in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"text-spreadsheet": {
"type": "stdio",
"command": "uvx",
"args": [
"text-spreadsheet"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs