Mmcp.market

Wisegrid MCP server

by RyanKramer·io.github.RyanKramer/wisegrid-mcp·v0.1.0

Read and write WiseGrid sheets, rows, columns and reports from any AI agent.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
New

0 stars15 downloads/wk

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • add_rows

    Add 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 action

    Delete a row AND ALL OF ITS CHILD ROWS. Destructive and not undoable through this API.

  • get_report

    Get a report's definition (its source sheets, columns and filters).

  • get_sheet

    Get 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_columns

    List a sheet's columns. Cell dictionaries are keyed by these column IDs as strings, so you need them before any write.

  • list_reports

    List reports the API key can see.

  • list_rows

    List a sheet's rows, cursor-paginated by row id. Max limit 500.

  • list_sheets

    List sheets the API key can see. Cursor-paginated; pass the returned nextCursor to get the next page. Max limit 500.

  • run_reportwrite action

    Run a report and return its rows, cursor-paginated. Max limit 500.

  • update_rowwrite action

    Update one row's cells. `cells` carries ONLY the changed cells.

  • update_rowswrite action

    Update many rows. Each item needs 'id', 'version' and 'cells'.

  • whoami

    Who 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

no findings
  • 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
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add wisegrid-mcp -- uvx wisegrid-mcp
Add to Cursor

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.

All Wisegrid alternatives →
  • MCP Server for Excel
    Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.
    A
  • Yueying – Let AI watch videos
    Local videos or YouTube/Bilibili URLs -> timestamped transcript, keyframes, contact sheets. Offline.
    A
  • Google Drive MCP
    Secure access to Google Drive, Docs, Sheets, Slides, and Calendar through MCP.
    B
  • Google Sheets
    Google Sheets integration with OAuth, spreadsheet management, batch operations, and formatting
    C
  • Gsheets
    MCP server for Google Sheets API — read, write, format, batch operations.
    B

More from RyanKramer