Odel
Spreadsheet DB

Spreadsheet DB

Local
@manddarinshop1TypeScriptMITUpdated 5 days ago

SQLite-authoritative entity database with an async Google Sheets projection for AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmspreadsheet-db-mcpv0.1.1

Run

npx -y spreadsheet-db-mcp

MCP client config

{
  "mcpServers": {
    "spreadsheet-db": {
      "command": "npx",
      "args": [
        "-y",
        "spreadsheet-db-mcp"
      ]
    }
  }
}