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

Claude Agent Teams UI: Desktop App for Visualizing Claude Code Agent Workflows
A developer built a free, open-source desktop app that adds a visual layer to Claude Code's experimental Agent Teams feature. The app provides a real-time kanban board where tasks move automatically as agents work, plus cross-team communication, built-in review workflows, and per-task code review.

Shipshots MCP Server: Claude Designs App Store Screenshots and Preview Videos
Shipshots is a visual editor with an MCP server that lets Claude design marketing materials through tool calls. It generates app store screenshots, animated preview videos, and social media visuals based on text descriptions.

PocketBot: iOS app uses Claude to generate deterministic JavaScript automations from natural language
PocketBot is an iOS mobile automation app that uses Claude via AWS Bedrock to convert plain-language requests into self-contained JavaScript scripts. The LLM writes the code once, then the deterministic scripts run on schedule in a sandboxed runtime without AI involvement.

OpenProphet: Open-Source Autonomous Trading Agent with Web UI
OpenProphet is an open-source, autonomous trading agent with a web interface that supports multiple Alpaca accounts simultaneously and runs on OpenCode. It allows configuration of agent personas and strategies, with the ability to use any LLM, not just Claude.