3dprint oracle for Grok
io.github.gregario/3dprint-oracle
3D printing filament and materials knowledge MCP server
client:Grok
transport:stdio
runtime:npm
Install 3dprint oracle in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"3dprint-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"3dprint-oracle"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs