Skip to content
Cursor

3dprint oracle for Cursor

io.github.gregario/3dprint-oracle

3D printing filament and materials knowledge MCP server

client:Cursor transport:stdio runtime:npm

Install 3dprint oracle in Cursor

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

{
  "mcpServers": {
    "3dprint-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "3dprint-oracle"
      ]
    }
  }
}

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

3dprint oracle in other clients