Ansys
Comprehensive MCP server that can interface with various Ansys products
What is Ansys?
Ansys is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to comprehensive mcp server that can interface with various ansys products
Comprehensive MCP server that can interface with various Ansys products
This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Comprehensive MCP server that can interface with various Ans
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx ansysConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Ansys
The Ansys MCP Server provides AI assistants with the ability to interface directly with Ansys simulation products including Fluent (CFD), MAPDL (structural/mechanical), and other PyAnsys-supported solvers through a unified MCP interface. It exposes tools for launching solver sessions, executing simulation commands, reading Ansys file formats, and monitoring session state, enabling engineers to drive complex engineering simulations through natural language instructions. Simulation engineers and CAE analysts use it to automate repetitive pre-processing tasks, run parametric studies, and debug simulation setups without manual GUI interaction.
Prerequisites
- Python 3.8+ installed
- Ansys software installed locally with a valid license
- PyAnsys packages installed (ansys-fluent-core, ansys-mapdl-core, ansys-mechanical-core)
- ANSYS_ROOT environment variable set to your Ansys installation directory
- An MCP-compatible client (Claude Desktop, Claude Code)
Install the Ansys MCP server
Install the ansys-mcp-server package from PyPI along with the PyAnsys product packages you need.
pip install ansys-mcp-server
pip install ansys-fluent-core ansys-mapdl-core ansys-mechanical-coreSet the ANSYS_ROOT environment variable
Set ANSYS_ROOT to point to your Ansys installation directory. This allows the server to locate the correct solver executables.
# macOS/Linux:
export ANSYS_ROOT=/path/to/ansys/installation
# Windows:
set ANSYS_ROOT=C:\Program Files\ANSYS Inc\v242Clone the repository (alternative source install)
If you prefer to install from source for development or customization, clone the repository and install in editable mode.
git clone https://github.com/knewnothing-git/ansys-mcp-server.git
cd ansys-mcp-server
pip install -r requirements.txt
pip install -e .Verify the installation
Use the check_ansys_status tool via your MCP client to confirm the Ansys installation is detected and the required modules are available.
Configure your MCP client
Add the Ansys MCP server to your AI client configuration with the ANSYS_ROOT environment variable passed through.
Ansys Examples
Client configuration
Claude Desktop configuration for the Ansys MCP server with the ANSYS_ROOT environment variable.
{
"mcpServers": {
"ansys": {
"command": "python",
"args": ["-m", "ansys_mcp_server"],
"env": {
"ANSYS_ROOT": "/path/to/ansys/installation"
}
}
}
}Prompts to try
Example prompts for launching and controlling Ansys Fluent and MAPDL solver sessions.
- "Check the Ansys installation status and list available modules"
- "Launch a 3D double-precision Fluent session"
- "Read the case file at /simulations/nozzle.cas and summarize the setup"
- "Run MAPDL commands to define a steel material and create a simple beam geometry"
- "Execute APDL preprocessing: /PREP7, define element type SOLID186, create a cube and mesh it"
- "Run Fluent TUI commands to initialize the solution and run 100 iterations"Troubleshooting Ansys
check_ansys_status reports that Ansys is not found
Confirm ANSYS_ROOT is set to the correct installation directory and is accessible in the environment where the MCP server runs. On Windows, use the full path including version number (e.g., C:\Program Files\ANSYS Inc\v242).
create_fluent_session or create_mapdl_session times out
Ansys solver startup requires a valid license server connection. Verify your ANSYS license is active and the license server is reachable. Check the ANSYSLMD_LICENSE_FILE or ansyslm.ini configuration for the correct license server address.
PyAnsys package import errors when the server starts
Install the specific PyAnsys packages you need: 'pip install ansys-fluent-core' for Fluent, 'pip install ansys-mapdl-core' for MAPDL. The server requires these packages to be installed in the same Python environment that runs the MCP server.
Frequently Asked Questions about Ansys
What is Ansys?
Ansys is a Model Context Protocol (MCP) server that comprehensive mcp server that can interface with various ansys products It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Ansys?
Follow the installation instructions on the Ansys GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Ansys?
Ansys works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Ansys free to use?
Yes, Ansys is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Ansys Alternatives — Similar Cloud Services Servers
Looking for alternatives to Ansys? Here are other popular cloud services servers you can use with Claude, Cursor, and VS Code.
Open WebUI
★ 138.2kUser-friendly AI Interface (Supports Ollama, OpenAI API, ...)
Anything LLM
★ 60.4kThe all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.
LocalAI
★ 46.4kLocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Nacos
★ 33.0kan easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Xiaozhi ESP32
★ 26.7k本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.
Gateway
★ 11.8kA blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
Browse More Cloud Services MCP Servers
Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Ansys in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Ansys?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.