Skip to content
Zed

mcp plots for Zed

io.github.mr901/mcp-plots

MCP server for data visualization with Mermaid charts.

client:Zed transport:stdio runtime:pypi

Install mcp plots in Zed

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

{
  "context_servers": {
    "mcp-plots": {
      "command": "uvx",
      "args": [
        "mcp-plots"
      ]
    }
  }
}

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

mcp plots in other clients