mcp-engineering-tools

shahradzomorrodi/mcp-engineering-tools
★ 0 stars TypeScript AI/LLM Updated today
An MCP server that gives Claude real mechanical-engineering tools: material properties, beam analysis, unit conversion, and least-squares curve fitting. TypeScript, fully tested.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-engineering-tool": {
      "command": "npx",
      "args": [
        "-y",
        "shahradzomorrodi/mcp-engineering-tools"
      ]
    }
  }
}

Topics

anthropicclaudemcpmechanical-engineeringmodel-context-protocoltypescript