tekla_mcp_server

teknovizier/tekla_mcp_server
★ 32 stars Python 📦 Other Updated today
An MCP server for Tekla that facilitates interaction with Tekla Structures, allowing users to speed-up modeling processes
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

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