Dev.to
7/23/2026

I built a Google Sheets MCP server so Claude reads my sheets
Short summary
PasteSheet is a tool that turns a Google Sheet URL into a cached, read-only MCP server endpoint that AI clients like Claude and Cursor can query directly. It avoids full Google account OAuth by publishing a single sheet as its own endpoint with three tools: list_tabs, get_schema, and query_rows. The schema-reading tool is highlighted as the key reliability feature, letting the AI discover column names before constructing queries. Setup requires one config line or a single CLI command.
- •PasteSheet exposes a single Google Sheet as a read-only MCP server for Claude/Cursor
- •Three tools — list_tabs, get_schema, query_rows — let the AI discover and query sheet data
- •No Google Cloud project or OAuth needed; just paste a share URL and connect
Generated with AI, which can make mistakes.
Is this a good recommendation for you?



