Wisegrid MCP server
Read and write WiseGrid sheets, rows, columns and reports from any AI agent.
0 stars15 downloads/wk
Reviews
Write oneNobody has reviewed Wisegrid yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Wisegrid tools (12, 4 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
add_rowsAdd rows to a sheet. Each item is a dict of cells keyed by column ID (as a string), e.g. {"101": "Acme Corp", "102": "2026-09-01"}.
delete_rowwrite actionDelete a row AND ALL OF ITS CHILD ROWS. Destructive and not undoable through this API.
get_reportGet a report's definition (its source sheets, columns and filters).
get_sheetGet a sheet with its columns and first page of rows — one call for a usable snapshot. Use this before writing, to learn the column IDs.
list_columnsList a sheet's columns. Cell dictionaries are keyed by these column IDs as strings, so you need them before any write.
list_reportsList reports the API key can see.
list_rowsList a sheet's rows, cursor-paginated by row id. Max limit 500.
list_sheetsList sheets the API key can see. Cursor-paginated; pass the returned nextCursor to get the next page. Max limit 500.
run_reportwrite actionRun a report and return its rows, cursor-paginated. Max limit 500.
update_rowwrite actionUpdate one row's cells. `cells` carries ONLY the changed cells.
update_rowswrite actionUpdate many rows. Each item needs 'id', 'version' and 'cells'.
whoamiWho the current API key belongs to, its scopes, and its rate limit.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan5 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 25 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
claude mcp add wisegrid-mcp -- uvx wisegrid-mcp
Wisegrid: common questions
- Is Wisegrid MCP server safe?
- Mostly: it is graded B (83/100). Read the Wisegrid safety report
- How do I install Wisegrid?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Wisegrid need an API key?
- Yes. The registry entry asks for
WISEGRID_API_KEY. - Is Wisegrid maintained?
- The last commit was 25 days ago (2026-08-27). The latest release is v0.1.0.
- What can I use instead of Wisegrid?
- Servers from other publishers that do the same job: MCP Server for Excel, Yueying – Let AI watch videos MCP server and Google Drive MCP server. Compare all Wisegrid alternatives.
Alternatives to Wisegrid
Same job from other publishers: the closest match first, then the best rated.
- MCP Server for ExcelExcel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.not reviewedEstablishedA
- Yueying – Let AI watch videosLocal videos or YouTube/Bilibili URLs -> timestamped transcript, keyframes, contact sheets. Offline.not reviewedGrowingA
- Google Drive MCPSecure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.not reviewedGrowingB
- Google SheetsGoogle Sheets integration with OAuth, spreadsheet management, batch operations, and formattingnot reviewedGrowingC
- GsheetsMCP server for Google Sheets API — read, write, format, batch operations.not reviewedGrowingB