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 Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
コメント