3D printing filament and materials knowledge MCP server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"3dprint-oracle": {
"args": [
"-y",
"3dprint-oracle"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
3D printing filament and materials knowledge MCP server. Gives LLMs authoritative access to 7,000+ filaments and curated material science knowledge.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
MCP Security Weekly
Get CVE alerts and security updates for io.github.gregario/3dprint-oracle and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
3D printing filament and materials knowledge MCP server. Gives LLMs authoritative access to 7,000+ filaments and curated material science knowledge.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"3dprint-oracle": {
"command": "npx",
"args": ["-y", "3dprint-oracle"]
}
}
}
| Tool | Description |
|---|---|
search_filaments | Search filaments by name, material, manufacturer, color |
get_filament | Get full specs for a specific filament |
list_manufacturers | Browse manufacturers with filament counts |
list_materials | Browse material types with counts |
get_material_profile | Authoritative properties for a material type |
compare_materials | Side-by-side comparison of 2-3 materials |
recommend_material | Get ranked recommendations for your requirements |
diagnose_print_issue | Troubleshoot print problems with material-specific fixes |
MIT