3dprint-oracle
3dprint-oracle is a 3D printing knowledge MCP server that gives LLMs authoritative access to 7,000+ filaments from 53 manufacturers across 33 material types, plus curated material science data — no API keys or network calls required at runtime.
Search filaments: Search by name, material type, manufacturer, or color, with filtering by diameter and pagination support.
Get filament details: Retrieve full specifications for a specific filament by ID or exact name, including temperatures, density, weight, colors, and manufacturer details.
Browse manufacturers: List all 53 filament manufacturers with filament counts, optionally filtered by material type.
Browse material types: List all 33 material types (PLA, PETG, ABS, TPU, Nylon, etc.) with filament counts and typical print settings.
Get material profiles: Get a detailed material science profile including strength, flexibility, UV resistance, food safety, moisture sensitivity, difficulty level, typical uses, pros/cons, and nozzle requirements.
Compare materials: Side-by-side comparison of 2–3 materials across all properties to help decide which material suits a project best.
Recommend materials: Get ranked material recommendations based on project requirements such as strength, flexibility, heat resistance, food safety, outdoor use, ease of printing, and budget.
Diagnose print issues: Troubleshoot 3D printing problems by symptom (e.g., stringing, warping, clogging), receiving ranked probable causes and material-specific fixes.
3dprint-oracle
3D printing filament and materials knowledge MCP server. Gives LLMs authoritative access to 7,000+ filaments and curated material science knowledge.
Features
7,000+ filaments from SpoolmanDB (53 manufacturers, 33 material types)
Material science knowledge — properties, troubleshooting, recommendations
8 MCP tools — search, lookup, compare, recommend, diagnose
Embedded data — no API keys, no network calls at runtime
Installation
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"3dprint-oracle": {
"command": "npx",
"args": ["-y", "3dprint-oracle"]
}
}
}Tools
Tool | Description |
| Search filaments by name, material, manufacturer, color |
| Get full specs for a specific filament |
| Browse manufacturers with filament counts |
| Browse material types with counts |
| Authoritative properties for a material type |
| Side-by-side comparison of 2-3 materials |
| Get ranked recommendations for your requirements |
| Troubleshoot print problems with material-specific fixes |
Data Sources
Filament data: SpoolmanDB (MIT license)
Material knowledge: Hand-curated from authoritative 3D printing references
License
MIT
Maintenance
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gregario/3dprint-oracle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server