# fossasia/visdom | Model Context Protocol (MCP) Server > A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy https://visdom.dev - **Stars**: ⭐ 10,266 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "visdom": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-visdom" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "visdom": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-visdom" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-visdom` - **Docker**: `docker run -i --rm mcp/visdom`