TeklaMCPServer

YuriyKirillov/TeklaMCPServer
★ 2 stars Python 🔌 API Integration Updated 13d ago
MCP Server for Tekla Structures integration
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": {
    "teklamcpserver": {
      "command": "uvx",
      "args": [
        "teklamcpserver"
      ]
    }
  }
}

Or install with pip: pip install teklamcpserver