Skip to content
Cursor

MoldSim MCP Server for Cursor

io.github.kobzevvv/moldsim-mcp

Injection molding simulation expertise — materials, process validation, and DFM checks

client:Cursor transport:stdio runtime:npm

Install MoldSim MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "moldsim-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "moldsim-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MoldSim MCP Server in other clients