MCP Catalogs
Home

gdai-mcp-plugin-godot vs filesystem

Side-by-side comparison to help you pick between these two MCP servers.

gdai-mcp-plugin-godot
by 3ddelano
filesystem
by modelcontextprotocol
Stars★ 85★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
File SystemDeveloper ToolsProductivity
LanguageGDScriptTypeScript
Last commit2 mo agothis month

gdai-mcp-plugin-godot · Summary

GDAI MCP enables AI assistants to control Godot Engine, automating scene creation, debugging, and game development workflows.

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

gdai-mcp-plugin-godot · Use cases

  • Automated game development where AI creates complete game scenes and scripts from simple prompts
  • Debugging assistance where AI analyzes script errors and provides fixes directly in the Godot environment
  • Rapid prototyping where AI builds game elements based on design descriptions

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

gdai-mcp-plugin-godot · Install

Installation Steps

  1. **Install in Godot Project**

- Download the plugin from [gdaimcp.com](https://gdaimcp.com) - Add the plugin to your Godot project's addons/ folder - Enable the plugin in Godot's Project Settings

  1. **Configure in MCP Client**

- Add the following to your MCP client configuration: ``json { "mcpServers": { "gdai-godot": { "command": "godot", "args": ["--headless", "--script", "/path/to/gdaimcp_server.gd"] } } } ``

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

Comparison generated from public README + GitHub signals. Last updated automatically.