3Dprint Oracle
Rank #53,482io.github.gregario/3dprint-oracle
MCP server providing 3dprint-oracle capabilities
3Dprint Oracle is a Model Context Protocol (MCP) server published by gregario. It ranks #53,482 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. 3Dprint Oracle is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 16, 2026 and most recently updated on Mar 16, 2026.
Ranks ahead of 62,109 of 115,591 servers on MCP Toplist.
Use 3Dprint Oracle
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add 3dprint-oracle -- npx -y 3dprint-oracle[mcp_servers.3dprint-oracle]
command = "npx"
args = ["-y", "3dprint-oracle"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"3dprint-oracle": {
"command": "npx",
"args": [
"-y",
"3dprint-oracle"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"3dprint-oracle": {
"command": "npx",
"args": [
"-y",
"3dprint-oracle"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"3dprint-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"3dprint-oracle"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"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"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.gregario%2F3dprint-oracle)<a href="https://mcptoplist.com/server/io.github.gregario%2F3dprint-oracle"><img src="https://mcptoplist.com/badge/io.github.gregario%2F3dprint-oracle.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
gregario
Other servers by gregario
- Warhammer Oracle#3,044 · 2 vers
- Brewers Almanack#10,595 · 1 ver
- Dnd Oracle#14,566 · 1 ver
- Commander Workshop MCP#17,786
- Godot Forge#19,923 · 2 vers
- Lego Oracle#21,785 · 2 vers
- Astronomy Oracle#25,674 · 1 ver
- Mtg Oracle#30,015 · 1 ver
- Lorcana Oracle#35,097 · 1 ver
- Onepiece Oracle#40,333 · 1 ver
- Hearthstone Oracle#53,483 · 1 ver
- Tft Oracle#53,484 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Mar 16, 2026 |
Frequently asked questions
- Who maintains 3Dprint Oracle?
- 3Dprint Oracle is maintained by gregario, which publishes 13 MCP servers (15 total versions) tracked on MCP Toplist.
- Is 3Dprint Oracle listed on the Official MCP Registry?
- Yes — 3Dprint Oracle is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does 3Dprint Oracle have?
- MCP Toplist tracks 1 version of 3Dprint Oracle, most recently published on Mar 16, 2026.
- Where can I find the source code for 3Dprint Oracle?
- The source code for 3Dprint Oracle is hosted at github.com/gregario/3dprint-oracle.