Lego Oracle
Rank #21,785io.github.gregario/lego-oracle
MCP server providing lego-oracle capabilities
Lego Oracle is a Model Context Protocol (MCP) server published by gregario. It ranks #21,785 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Lego Oracle is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 15, 2026 and most recently updated on Mar 15, 2026.
Ranks ahead of 93,806 of 115,591 servers on MCP Toplist.
Use Lego Oracle
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add lego-oracle -- npx -y lego-oracle[mcp_servers.lego-oracle]
command = "npx"
args = ["-y", "lego-oracle"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"lego-oracle": {
"command": "npx",
"args": [
"-y",
"lego-oracle"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"lego-oracle": {
"command": "npx",
"args": [
"-y",
"lego-oracle"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"lego-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lego-oracle"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"lego-oracle": {
"command": "npx",
"args": [
"-y",
"lego-oracle"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lego-oracle": {
"command": "npx",
"args": [
"-y",
"lego-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%2Flego-oracle)<a href="https://mcptoplist.com/server/io.github.gregario%2Flego-oracle"><img src="https://mcptoplist.com/badge/io.github.gregario%2Flego-oracle.svg" alt="MCP Toplist: Top 25% 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
- Astronomy Oracle#25,674 · 1 ver
- Mtg Oracle#30,015 · 1 ver
- Lorcana Oracle#35,097 · 1 ver
- Onepiece Oracle#40,333 · 1 ver
- 3Dprint Oracle#53,482 · 1 ver
- Hearthstone Oracle#53,483 · 1 ver
- Tft Oracle#53,484 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 15, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Lego Oracle?
- Lego Oracle is maintained by gregario, which publishes 13 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Lego Oracle listed on the Official MCP Registry?
- Yes — Lego Oracle is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Lego Oracle have?
- MCP Toplist tracks 2 versions of Lego Oracle, most recently published on Mar 15, 2026.
- Where can I find the source code for Lego Oracle?
- The source code for Lego Oracle is hosted at github.com/gregario/lego-oracle.