Skip to content
Cline

Text Spreadsheet for Cline

io.github.demos-ra/text-spreadsheet

Let your AI read a whole spreadsheet as tab-separated text — Excel, ODS, SQLite and more

client:Cline transport:stdio runtime:pypi

Install Text Spreadsheet in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "text-spreadsheet": {
      "command": "uvx",
      "args": [
        "text-spreadsheet"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Text Spreadsheet in other clients