v0.1.0
Tekla MCP Server v0.1.0
First public release. Early development — APIs and tools may change in future versions.
Highlights
- 15 MCP tools for querying, analyzing, selecting, and updating Tekla model data
- Works with Tekla Structures 2023 (Windows, live model via
net48build) - Mock backend (
net8.0) for development and testing without Tekla - UDA writes are preview-by-default — pass
apply=trueto commit changes
Downloads
| Asset | Use case |
|---|---|
TeklaMcp.Server-0.1.0-net48-win-x64.zip |
Production — Windows + Tekla Structures with an open model |
TeklaMcp.Server-0.1.0-net8.0-mock.zip |
Development / testing without Tekla |
Requirements
Windows + Tekla (net48):
- Windows x64
- Tekla Structures 2023+ (tested on 2023)
- Tekla running with a model open
- .NET Framework 4.8 runtime
Mock backend (net8.0):
MCP client configuration
Extract the zip, then point your MCP client at the executable:
{
"mcpServers": {
"tekla": {
"command": "C:\\path\\to\\TeklaMcp.Server.exe"
}
}
}The net48 zip contains TeklaMcp.Server.exe and required DLLs — keep them in the same folder.
Tools included
tekla_get_connection_info, tekla_get_model_summary, tekla_list_objects, tekla_find_objects, tekla_get_object_by_guid, tekla_get_selected_objects, tekla_analyze_by_material, tekla_count_objects, tekla_sum_weight, tekla_group_weight_by, tekla_list_distinct_values, tekla_select_objects, tekla_get_object_udas, tekla_set_object_udas, tekla_set_udas_by_filter
Known limitations
- Object coverage focuses on parts/beams/plates; bolts, assemblies, and rebar are planned
- Tekla version compatibility beyond 2023 is not fully verified
- No automated test suite yet
Full changelog
See CHANGELOG.md.