Skip to content
VS Code

mathgraphs mcp for VS Code

io.github.architectds/mathgraphs-mcp

Math & statistics graphing, computation, visualization, and validation engine

client:VS Code transport:stdio runtime:npm

Install mathgraphs mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "mathgraphs-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mathgraphs-mcp"
      ]
    }
  }
}

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

mathgraphs mcp in other clients