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
{
"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