SandDance (MCP Server)

GitHub

Visually explore, understand, and present your data.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "SandDance": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-SandDance"
      ]
    }
  }
}