AgentHubAgentHub

Funplay Godot MCP

MCP ServerMCP Registry官方收录

io.github.FunplayAI/funplay-godot-mcp · v0.9.0

stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.

概览

Funplay Godot MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "funplay-godot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-godot-mcp"
      ]
    }
  }
}

环境变量

FUNPLAY_GODOT_MCP_URL可选

Optional Godot MCP HTTP endpoint. Defaults to http://127.0.0.1:8765/.

GODOT_MCP_URL可选

Compatibility endpoint variable used when FUNPLAY_GODOT_MCP_URL is not set.

相关资源

统一 Manifest

{
  "id": "io.github.FunplayAI/funplay-godot-mcp",
  "type": "mcp-server",
  "version": "0.9.0",
  "displayName": "Funplay Godot MCP",
  "description": "stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.",
  "repository": {
    "url": "https://github.com/FunplayAI/funplay-godot-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "funplay-godot-mcp",
        "version": "0.9.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "FUNPLAY_GODOT_MCP_URL",
            "description": "Optional Godot MCP HTTP endpoint. Defaults to http://127.0.0.1:8765/."
          },
          {
            "name": "GODOT_MCP_URL",
            "description": "Compatibility endpoint variable used when FUNPLAY_GODOT_MCP_URL is not set."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.FunplayAI/funplay-godot-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.FunplayAI%2Ffunplay-godot-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Funplay Godot MCP — MCP Server 安装与配置 · AgentHub