Control Aspen HYSYS from Claude Code / Claude Desktop via MCP. 51 tools with a safe mode gate (read-only by default), real-machine verified on HYSYS V14.
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": {
"aspenhysys-mcp-serve": {
"command": "uvx",
"args": [
"aspenhysys-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aspenhysys-mcp-serve uvx aspenhysys-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aspenhysys-mcp-serve": {
"command": "uvx",
"args": [
"aspenhysys-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install aspenhysys-mcp-server