Connect your favorite AI Chat to your Godot project!
Download the addon from the official Godot Asset Store, add the server to your MCP in the AI chat settings, restart your AI chat, restart your Godot project and you're good to go!
check out the Github page:
https://github.com/tomyud1/godot-mcp
chat with me on Discord:
Tomyud#6595
Tools
get_godot_status
list_dir
read_file
search_project
create_script
create_scene
read_scene
add_node
remove_node
modify_node_property
rename_node
move_node
attach_script
detach_script
set_collision_shape
set_sprite_texture
edit_script
validate_script
create_folder
delete_file
rename_file
list_scripts
get_project_settings
get_input_map
get_collision_layers
get_node_properties
get_console_log
get_errors
clear_console_log
open_in_godot
scene_tree_dump
generate_2d_asset
map_project
Server Config
{
"mcpServers": {
"godot": {
"command": "npx",
"args": [
"-y",
"godot-mcp-server"
]
}
}
}