anylogic-mcp-server

kishorkukreja/anylogic-mcp-server

3.2

If you are the rightful owner of anylogic-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server designed to integrate the AnyLogic Cloud simulation platform with AI assistants.

AnyLogic MCP Server

A Model Context Protocol (MCP) server for integrating AnyLogic Cloud simulation platform with AI assistants.

Features

  • Connect to AnyLogic Cloud API
  • Run simulations with custom parameters
  • Retrieve and analyze simulation results
  • Persistent storage for simulation data
  • Export results in multiple formats
  • Built-in demo models for testing

Quick Start

  1. Install uv (if not already installed):

    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  2. Install dependencies:

    uv sync
    
  3. Install AnyLogic Cloud client:

    uv add https://cloud.anylogic.com/files/api-8.5.0/clients/anylogiccloudclient-8.5.0-py3-none-any.whl
    
  4. Run the server:

    uv run python fastmcp_anylogic_server_v2.py
    

Requirements

  • Python 3.10+
  • AnyLogic Cloud API access (demo key available for testing)

Documentation

See for detailed development guidance.