GodotIQ MCP Server Gives AI Coding Agents Spatial Understanding of Godot Scenes

GodotIQ is a new MCP server that gives AI coding agents a true understanding of the 2D/3D scene, the code, and the editor in Godot. The developer argues that most coding agents work blindly: they read files but don’t know where nodes are in space, don’t understand signals, and can’t see what calls what. GodotIQ solves this by providing spatial intelligence and advanced code analysis.
Key Features
- 22 tools in the free tier – enough to explore the workflow.
- Pro tier (one-time fee of $19) unlocks full spatial intelligence and advanced code analysis, designed for complex projects. The developer used this tier to create the game Neuroforge.
- Works with any MCP client: Claude Code, Cursor, Codex, Windsurf.
- Available via pip:
pip install godotiq
Live Demo
To test it, the developer gave the agent free assets and a prompt, then let it run for about an hour. The agent autonomously produced a mini twin-stick survivors-style game with waves, bosses, power-up cards, audio, and shaders. It also performed visual debugging when something wasn’t working.
You can try it in your browser at godotiq.com (desktop only).
Installation
pip install godotiqMore info at godotiq.com
This tool is for Godot developers who want to use AI coding agents with full understanding of scene structure and code dependencies, rather than relying on agents that only read flat files.
📖 Read the full source: r/ClaudeAI
👀 See Also
Needle: A 26M Parameter Function-Calling Model That Runs at 6000 tok/s on Mobile
Cactus open-sources Needle, a 26M parameter model for single-shot function calling, achieving 6000 tok/s prefill and 1200 tok/s decode on consumer devices. Built with Simple Attention Networks (no FFNs), it beats several larger models on tool-use benchmarks.

Developer shares CLI tools that work well with Claude Code
A developer switched from MCPs to CLIs for working with Claude Code, finding that Claude handles CLI commands effectively due to training on shell scripts and documentation. They shared specific CLIs they use daily, including gh, ripgrep, stripe, supabase, vercel, sentry-cli, and neon.

HomeButler: MCP Server for Managing Homelab Servers from Claude Without API Keys
HomeButler is an MCP server that lets Claude install, monitor, and manage self-hosted apps on homelab servers without requiring API keys. It runs locally, keeps everything on your network, and was built with Claude Code.

Open-source Claude Code plugin simulates Chief Data & AI Office with 22 specialized agents
An open-source Claude Code plugin called AI CDAIO Office uses 22 specialized AI agents to simulate a complete Chief Data & AI Office, generating actual PPTX, DOCX, and XLSX files for strategy documents, governance frameworks, and board materials.