Loading MCP server directory, please wait...
Read and write WiseGrid sheets, rows, columns and reports from any AI agent.
npx @getmcp/cli add io.github.RyanKramer/wisegrid-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
WISEGRID_API_KEYWiseGrid API key (create one under Settings)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.RyanKramer/wisegrid-mcp": {
"command": "uvx",
"args": [
"wisegrid-mcp"
],
"env": {
"WISEGRID_API_KEY": "",
"WISEGRID_BASE_URL": ""
}
}
}
}