Skip to content
Zed

Visuals MCP for Zed

io.github.harrybin/visuals-mcp

MCP server for interactive visualizations: tables, images, trees, lists, master-detail

client:Zed transport:stdio runtime:npm

Install Visuals MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "visuals-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@harrybin/visuals-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Visuals MCP in other clients