Godot Forge
Rank #19,591io.github.gregario/godot-forge
MCP server providing godot-forge capabilities
Godot Forge is a Model Context Protocol (MCP) server published by gregario. It ranks #19,591 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Godot Forge is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 13, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 95,869 of 115,460 servers on MCP Toplist.
Use Godot Forge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add godot-forge -e "GODOT_PATH=<your GODOT_PATH>" -- npx -y godot-forgeReplace each placeholder with your own value before saving.
[mcp_servers.godot-forge]
command = "npx"
args = ["-y", "godot-forge"]
[mcp_servers.godot-forge.env]
GODOT_PATH = "<your GODOT_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-forge": {
"command": "npx",
"args": [
"-y",
"godot-forge"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-forge": {
"command": "npx",
"args": [
"-y",
"godot-forge"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"godot-forge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"godot-forge"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-forge": {
"command": "npx",
"args": [
"-y",
"godot-forge"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godot-forge": {
"command": "npx",
"args": [
"-y",
"godot-forge"
],
"env": {
"GODOT_PATH": "<your GODOT_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
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%2Fgodot-forge)<a href="https://mcptoplist.com/server/io.github.gregario%2Fgodot-forge"><img src="https://mcptoplist.com/badge/io.github.gregario%2Fgodot-forge.svg" alt="MCP Toplist: Top 25% of 115,460" /></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,026 · 2 vers
- Brewers Almanack#10,421 · 1 ver
- Dnd Oracle#14,355 · 1 ver
- Commander Workshop MCP#18,642
- Lego Oracle#21,336 · 2 vers
- Astronomy Oracle#25,133 · 1 ver
- Mtg Oracle#30,084 · 1 ver
- Lorcana Oracle#34,137 · 1 ver
- Onepiece Oracle#39,940 · 1 ver
- 3Dprint Oracle#52,273 · 1 ver
- Hearthstone Oracle#52,274 · 1 ver
- Tft Oracle#52,275 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Mar 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Godot Forge?
- Godot Forge is maintained by gregario, which publishes 13 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Godot Forge listed on the Official MCP Registry?
- Yes — Godot Forge is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Godot Forge have?
- MCP Toplist tracks 2 versions of Godot Forge, most recently published on Mar 13, 2026.
- Where can I find the source code for Godot Forge?
- The source code for Godot Forge is hosted at github.com/gregario/godot-forge.