aas-mcp-server

quickhdsdc/aas-mcp-server
★ 0 stars Python Code/Dev Tools Updated today
A Model Context Protocol server for manipulation of Asset Administration Shell hosted on Basyx Components
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aas-mcp-server": {
      "command": "uvx",
      "args": [
        "aas-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install aas-mcp-server