Skip to content
Zed

mathematica mcp for Zed

io.github.lars20070/mathematica-mcp

MCP server for WolframScript

client:Zed transport:stdio runtime:pypi

Install mathematica mcp in Zed

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

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

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

mathematica mcp in other clients