← All servers

3dprint-oracle

io.github.gregario/3dprint-oracle v0.1.0
QS 50 Official Registry git

3D printing filament and materials knowledge MCP server

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add 3dprint-oracle -- npx -y 3dprint-oracle
Add to claude_desktop_config.json
{
  "mcpServers": {
    "3dprint-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "3dprint-oracle"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "3dprint-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "3dprint-oracle"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "3dprint-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "3dprint-oracle"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "3dprint-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "3dprint-oracle"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "3dprint-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "3dprint-oracle"
      ]
    }
  }
}

Packages

npm 3dprint-oracle@0.1.0

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.gregario--3dprint-oracle/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent