aas-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aas-mcplist all shells in the AAS environment"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
aas-mcp is a Model Context Protocol (MCP) server that provides AI assistants with tools to interact with Asset Administration Shells (AAS) via the Eclipse BaSyx REST API.
This MCP server enables AI assistants to perform full CRUD operations on AAS Shells, Submodels, and Submodel Elements, making it ideal for industrial automation, digital twin management, and AAS-based workflows.
Features
🤖 MCP Server with 25+ tools for comprehensive AAS management
🔧 Full CRUD Operations on Shells, Submodels, and Submodel Elements
⚙️ Health Monitoring tools for AAS environment status
🔁 Seamless Integration with Eclipse BaSyx Environment REST API
📡 AI-Ready tools designed for intelligent automation workflows
🚀 Installation
pip install aas-mcpRequires: Python 3.10+
Related MCP server: mc8yp
🚀 Usage
Running the MCP Server
# Start the MCP server
aas-mcpAvailable Tools
The MCP server provides 25+ tools for AAS management:
Shell Management
get_shells- Retrieve all AAS Shellsget_shell- Get a specific Shell by IDcreate_shell- Create a new Shellupdate_shell- Update an existing Shelldelete_shell- Delete a Shell
Submodel Management
get_submodels- Retrieve all Submodelsget_submodel- Get a specific Submodel by IDcreate_submodel- Create a new Submodelupdate_submodel- Update an existing Submodeldelete_submodel- Delete a Submodelget_submodel_value- Get Submodel raw valueupdate_submodel_value- Update Submodel valueget_submodel_metadata- Get Submodel metadata
Submodel Element Management
get_submodel_elements- Get all elements from a Submodelget_submodel_element- Get a specific element by pathcreate_submodel_element- Create a new elementupdate_submodel_element- Update an existing elementdelete_submodel_element- Delete an elementget_submodel_element_value- Get element raw valueupdate_submodel_element_value- Update element value
Reference Management
get_submodel_refs- Get Submodel references from a Shellcreate_submodel_ref- Create a Submodel referencedelete_submodel_ref- Delete a Submodel reference
Health & Monitoring
get_health_status- Check AAS environment healthis_healthy- Boolean health check
🔧 Configuration
MCP Client Configuration
To use this server with MCP clients like Claude Desktop, add it to your client's configuration:
{
"mcpServers": {
"aas-mcp": {
"command": "aas-mcp",
"env": {
"SHELLSMITH_BASYX_ENV_HOST": "http://localhost:8081"
}
}
}
}ℹ️ Change the value of
SHELLSMITH_BASYX_ENV_HOSTto match your BaSyx Environment host URL
The configuration format is similar for other MCP clients like LM Studio.
BaSyx Environment Configuration
The MCP server connects to an Eclipse BaSyx environment. The default host is:
http://localhost:8081You can override it in several ways:
Set the environment variable:
export SHELLSMITH_BASYX_ENV_HOST=https://your-host:1234Create a
.envfile in your working directory with:SHELLSMITH_BASYX_ENV_HOST=https://your-host:1234
Each tool also accepts a host parameter to override the default configuration dynamically.
🤝 Contributing
We welcome contributions! Please see our contributing guidelines for setup, testing, and coding standards.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server enabling AI assistants to perform CRUD operations on a Supabase database via a standardized interface.193MIT
- AlicenseAqualityAmaintenanceAn MCP server that gives AI agents access to the full Cumulocity API surface through a compact code-mode interface.3626MIT
- Alicense-qualityDmaintenanceMCP server for BESSER low-code platform enabling AI assistants to create, manipulate, and generate code from domain models through natural language. Supports model creation, deletion, and multi-language code generation (SQL, Python, Java, etc.) via the Model Context Protocol.8MIT
- Alicense-qualityDmaintenanceA config-driven MCP server that exposes OData and REST APIs as MCP tools, enabling AI assistants to query, manage, and monitor SAP backends through natural language.4527MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server exposing the Backtest360 engine API as tools for AI agents.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SmartFactory-KL/aas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server