An AAS MCP adapter that exposes configured Asset Administration Shell APIs as Model Context Protocol tools, enabling LLM agents to interact with any AAS-compliant backend.
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": {
"aas-mcp-server": {
"command": "uvx",
"args": [
"aas-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aas-mcp-server uvx aas-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aas-mcp-server": {
"command": "uvx",
"args": [
"aas-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install aas-mcp-server