Skip to content
Zed

matplotlibnet for Zed

io.github.xkqg/matplotlibnet

Renders MatPlotLibNet charts to PNG, SVG or PDF from a JSON spec an AI agent writes.

client:Zed transport:stdio runtime:nuget

Install matplotlibnet in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "matplotlibnet": {
      "command": "dnx",
      "args": [
        "MatPlotLibNet.Mcp",
        "--yes"
      ],
      "env": {
        "MATPLOTLIBNET_MCP_OUTPUT_ROOT": "<MATPLOTLIBNET_MCP_OUTPUT_ROOT>",
        "MATPLOTLIBNET_FONTS": "<MATPLOTLIBNET_FONTS>"
      }
    }
  }
}

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

matplotlibnet in other clients