Skip to content
VS Code

mcp plots for VS Code

io.github.mr901/mcp-plots

MCP server for data visualization with Mermaid charts.

client:VS Code transport:stdio runtime:pypi

Install mcp plots in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-plots": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-plots"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp plots in other clients