godot-forge-mcp MCP Server
zanehill01/godot-forge-mcp
Intelligent MCP server for Godot 4.3+ game development — 97 tools, progressive discovery, editor plugin
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
zanehill01/godot-forge-mcp is a TypeScript MCP server licensed under MIT. Intelligent MCP server for Godot 4.3+ game development — 97 tools, progressive discovery, editor plugin
Ranked #119 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
0/1 issues closed → many open issues
2 contributors → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Godot Forge MCP
Intelligent MCP server for Godot 4.3+ game development. 97 tools, progressive discovery, editor plugin.
Not a tool collection — a game development partner.
## Quick Start
```bash
# With Claude Code
claude mcp add godot-forge -- npx godot-forge-mcp --project /path/to/your/godot/project
# Or run directly
npx godot-forge-mcp --project /path/to/your/godot/project
```
## Architecture
```
Claude / AI Client
│ MCP Protocol (stdio)
▼
godot-forge-mcp (TypeScript sidecar)
┌─────────────┐ ┌──────────────┐ ┌───────────────┐
│ File Engine │ │ CLI Bridge │ │ Socket Bridge │
│ .tscn/.gd │ │ headless │ │ live editor │
│ parse/write │ │ invocation │ │ WebSocket │
└─────────────┘ └──────────────┘ └───────────────┘
│ │ │
▼ ▼ ▼
Project files Godot 4.3+ CLI Editor Plugin
```
**Three-layer graceful degradation:**
- **File Engine** — Always works. Parses/wr Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.