Awesome MCPSoftware Development

ee0pdt/Godot-MCP

⭐ 614 GDScript added to this list on 2025-04-09 repository created 2025-02-27

Godot MCP is a plugin designed to integrate the Godot game engine with AI assistants through the Model Context Protocol (MCP). This integration enables natural language interaction for various game development tasks, including scripting, scene editing, and project management. The plugin provides AI assistants full access to Godot projects, allowing them to read and modify scripts, scenes, nodes, and project resources. It supports two-way communication, where project data can be sent to the AI and suggested changes can be applied directly within the Godot editor. The plugin categorizes commands into several groups: Node Commands (for creating, modifying, and managing nodes), Script Commands (for editing, analyzing, and creating GDScript files), Scene Commands (for manipulating scenes and their structure), Project Commands (for accessing project settings and resources), and Editor Commands (for controlling various editor functionalities). This comprehensive command set empowers AI assistants to perform a wide range of development tasks efficiently. Setup involves cloning the repository, setting up the MCP server with Node.js, configuring Claude Desktop to communicate with the MCP server, and opening an example project in Godot with the MCP plugin enabled. Once configured, developers can interact with their Godot projects using natural language prompts via Claude, such as optimizing code, adding game elements, creating AI behaviors, and debugging. The plugin also provides resource endpoints for accessing scripts, scenes, and project metadata, along with detailed command references for manipulating project components. Troubleshooting tips and instructions for adding the plugin to other Godot projects are included. The project is open for contributions and is licensed under the MIT License, with comprehensive documentation available in the repository.

https://github.com/ee0pdt/Godot-MCP

ai-assistantsclaudeclaude-desktopcode-assistanceeditor-controlgame-developmentgame-enginegamedevgdscriptgodotmcpmodel-context-protocolnatural-language-commandsnatural-language-interactionnode-managementnodespluginproject-managementproject-resourcesproject-settingsscene-editingscene-manipulationscenesscriptingscriptstwo-way-communication

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...