MCP Server for structural engineering automation in Brazil — NBR compliance, AutoCAD DWG generation, structural calculations, and audit trails for ART signing.
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": {
"oconnector-structbr": {
"command": "npx",
"args": [
"-y",
"eusheriff/oconnector-structbr"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add oconnector-structbr npx -y eusheriff/oconnector-structbr
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"oconnector-structbr": {
"command": "npx",
"args": [
"-y",
"eusheriff/oconnector-structbr"
]
}
}
}
📋 Copy