Building
@xibbon
关于 Building
Godot MCP server written in Swift
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"godot": {
"command": "/Users/miguel/bin/godot-mcp-server-cli",
"args": []
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Building?
Building is an MCP server for Godot written in Swift. It is over-the-wire compatible with the Godot-MCP project and features a pluggable provider infrastructure that works with both desktop Godot and the Xogot iPad app.
How to use Building?
Compile the server with swift build, then add the godot_mcp addon to your Godot project and start the server from the Godot editor. Finally, configure your chat client (e.g., Claude Desktop) to launch the compiled binary as an MCP server using STDIO transport.
Key features of Building?
- Written in Swift
- Over-the-wire compatible with Godot-MCP
- Pluggable provider infrastructure
- Works with desktop Godot and iPad (Xogot)
- Self-contained MCP server binary
- Includes features from Godot-MCP pull request #9
Use cases of Building?
- Controlling a Godot project from chat clients like Claude Desktop
- Testing Godot MCP interactions using the MCP inspector
- Running a Godot MCP server on iPad where out-of-process servers are not possible
FAQ from Building?
How does Building differ from the original Godot-MCP?
Building is written in Swift instead of Node.js, and its pluggable provider infrastructure allows it to run in-process with Godot on iPad while also working as a standalone desktop server.
What dependencies are required to use Building?
You need the Swift toolchain to compile the server and the `godot
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论