wisegrid mcp for Cursor
io.github.ryankramer/wisegrid-mcp
Read and write WiseGrid sheets, rows, columns and reports from any AI agent.
client:Cursor
transport:stdio
runtime:pypi
Install wisegrid mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wisegrid-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wisegrid-mcp"
],
"env": {
"WISEGRID_API_KEY": "<WISEGRID_API_KEY>",
"WISEGRID_BASE_URL": "<WISEGRID_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs