mathematica mcp for VS Code
io.github.lars20070/mathematica-mcp
MCP server for WolframScript
client:VS Code
transport:stdio
runtime:pypi
Install mathematica mcp in VS Code
.vscode/mcp.json
{
"servers": {
"mathematica-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mathematica_mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs