Ansys MCP Server for VS Code
io.github.vorobjewsen30-max/ansys-mcp-server
MCP server for Ansys engineering simulations — CFD, FEA, meshing, and post-processing. 24 tools.
client:VS Code
transport:stdio
runtime:pypi
Install Ansys MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"ansys-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"ansys-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs