Skip to content
Zed

CLIO Plot for Zed

io.github.iowarp/plot-mcp

MCP server for advanced data visualization and plotting operations

client:Zed transport:stdio runtime:pypi

Install CLIO Plot in Zed

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

{
  "context_servers": {
    "plot-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}

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

CLIO Plot in other clients