carsim-mcp-Carsim-matlab-mcp-server

AngelZhaksy/carsim-mcp-Carsim-matlab-mcp-server
★ 1 stars Python Code/Dev Tools Updated 2d ago
This repository is used to load carsim into the agent, and it can allow the agent to call the CLI of carsim to carry out the co-simulation of Carsim and matlab. This repository has been tested.If you like this project, please give it a star.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "carsim-mcp-carsim-ma": {
      "command": "uvx",
      "args": [
        "carsim-mcp-carsim-matlab-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install carsim-mcp-carsim-matlab-mcp-server