Odel
wisegrid mcp

wisegrid mcp

Local
@ryankramerPythonMITUpdated 1w ago

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

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).

PyPIwisegrid-mcpv0.1.0

Run

uvx wisegrid-mcp

MCP client config

{
  "mcpServers": {
    "wisegrid-mcp": {
      "command": "uvx",
      "args": [
        "wisegrid-mcp"
      ]
    }
  }
}