MCP server giving Claude Code CLI direct control over Ansys engineering simulations — CFD, FEA, meshing, and post-processing via PyAnsys. 24 tools. Multi-language docs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ansys-mcp-server": {
"command": "uvx",
"args": [
"ansys-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ansys-mcp-server uvx ansys-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ansys-mcp-server": {
"command": "uvx",
"args": [
"ansys-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install ansys-mcp-server