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

Chrome Extension Bridges Google Messages to Claude Code via MCP
A developer built a Chrome extension that connects Google Messages Web to Claude Code using MCP with stdio and WebSocket transport. The extension lists chats, reads messages, and drafts replies but currently can't send messages due to Angular's zone.js isolation.

LiteParse: Fast Open-Source Document Parser for AI Agents
LiteParse is an open-source document parser that provides spatial text parsing with bounding boxes, runs locally without GPUs, and supports PDFs, Office documents, and images. It can be installed as a skill for 40+ AI agents including Claude Code, Cursor, and OpenClaw.

Chamber: AI Agent for GPU Infrastructure Management
Chamber is an AI agent that manages GPU infrastructure by handling tasks like provisioning clusters, diagnosing failed jobs, and managing workloads. It provides structured operations with validation and rollback, not just raw shell commands.

Introducing NetViews 2.3: A Robust Network Diagnostic Tool for macOS
NetViews 2.3 combines host discovery, Wi-Fi insights, and real-time monitoring with a streamlined GUI for better network diagnostics on macOS.