Skip to content
Cursor

Ansys MCP Server for Cursor

io.github.vorobjewsen30-max/ansys-mcp-server

MCP server for Ansys engineering simulations — CFD, FEA, meshing, and post-processing. 24 tools.

client:Cursor transport:stdio runtime:pypi

Install Ansys MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ansys-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ansys-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Ansys MCP Server in other clients