Skip to content
VS Code

math mcp for VS Code

io.github.andylbrummer/math-mcp

GPU-accelerated MCP server: symbolic algebra, numerical computing, FFT, optimization, linear algebra

client:VS Code transport:stdio runtime:pypi

Install math mcp in VS Code

.vscode/mcp.json

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

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

math mcp in other clients