Funplay Godot MCP
Rank #3,350io.github.FunplayAI/funplay-godot-mcp
stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.
Funplay Godot MCP is a Model Context Protocol (MCP) server published by funplayai. It ranks #3,350 of 115,460 servers tracked on MCP Toplist, and its repository has 36 GitHub stars. Funplay Godot MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on May 11, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 112,110 of 115,460 servers on MCP Toplist.
Use Funplay Godot MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add funplay-godot-mcp -e "FUNPLAY_GODOT_MCP_URL=<your FUNPLAY_GODOT_MCP_URL>" -e "GODOT_MCP_URL=<your GODOT_MCP_URL>" -e "FUNPLAY_GODOT_MCP_TOKEN=<your FUNPLAY_GODOT_MCP_TOKEN>" -e "GODOT_MCP_TOKEN=<your GODOT_MCP_TOKEN>" -- npx -y funplay-godot-mcpReplace each placeholder with your own value before saving.
[mcp_servers.funplay-godot-mcp]
command = "npx"
args = ["-y", "funplay-godot-mcp"]
[mcp_servers.funplay-godot-mcp.env]
FUNPLAY_GODOT_MCP_URL = "<your FUNPLAY_GODOT_MCP_URL>"
GODOT_MCP_URL = "<your GODOT_MCP_URL>"
FUNPLAY_GODOT_MCP_TOKEN = "<your FUNPLAY_GODOT_MCP_TOKEN>"
GODOT_MCP_TOKEN = "<your GODOT_MCP_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"funplay-godot-mcp": {
"command": "npx",
"args": [
"-y",
"funplay-godot-mcp"
],
"env": {
"FUNPLAY_GODOT_MCP_URL": "<your FUNPLAY_GODOT_MCP_URL>",
"GODOT_MCP_URL": "<your GODOT_MCP_URL>",
"FUNPLAY_GODOT_MCP_TOKEN": "<your FUNPLAY_GODOT_MCP_TOKEN>",
"GODOT_MCP_TOKEN": "<your GODOT_MCP_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"funplay-godot-mcp": {
"command": "npx",
"args": [
"-y",
"funplay-godot-mcp"
],
"env": {
"FUNPLAY_GODOT_MCP_URL": "<your FUNPLAY_GODOT_MCP_URL>",
"GODOT_MCP_URL": "<your GODOT_MCP_URL>",
"FUNPLAY_GODOT_MCP_TOKEN": "<your FUNPLAY_GODOT_MCP_TOKEN>",
"GODOT_MCP_TOKEN": "<your GODOT_MCP_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"funplay-godot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"funplay-godot-mcp"
],
"env": {
"FUNPLAY_GODOT_MCP_URL": "<your FUNPLAY_GODOT_MCP_URL>",
"GODOT_MCP_URL": "<your GODOT_MCP_URL>",
"FUNPLAY_GODOT_MCP_TOKEN": "<your FUNPLAY_GODOT_MCP_TOKEN>",
"GODOT_MCP_TOKEN": "<your GODOT_MCP_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"funplay-godot-mcp": {
"command": "npx",
"args": [
"-y",
"funplay-godot-mcp"
],
"env": {
"FUNPLAY_GODOT_MCP_URL": "<your FUNPLAY_GODOT_MCP_URL>",
"GODOT_MCP_URL": "<your GODOT_MCP_URL>",
"FUNPLAY_GODOT_MCP_TOKEN": "<your FUNPLAY_GODOT_MCP_TOKEN>",
"GODOT_MCP_TOKEN": "<your GODOT_MCP_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"funplay-godot-mcp": {
"command": "npx",
"args": [
"-y",
"funplay-godot-mcp"
],
"env": {
"FUNPLAY_GODOT_MCP_URL": "<your FUNPLAY_GODOT_MCP_URL>",
"GODOT_MCP_URL": "<your GODOT_MCP_URL>",
"FUNPLAY_GODOT_MCP_TOKEN": "<your FUNPLAY_GODOT_MCP_TOKEN>",
"GODOT_MCP_TOKEN": "<your GODOT_MCP_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.FunplayAI%2Ffunplay-godot-mcp)<a href="https://mcptoplist.com/server/io.github.FunplayAI%2Ffunplay-godot-mcp"><img src="https://mcptoplist.com/badge/io.github.FunplayAI%2Ffunplay-godot-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
funplayai
Other servers by funplayai
View all funplayai servers →Available versions (4)
| Version | Published |
|---|---|
| 0.10.0 | Jul 31, 2026 |
| 0.9.5 | Jul 3, 2026 |
| 0.9.3 | Jun 22, 2026 |
| 0.7.0 | May 21, 2026 |
Frequently asked questions
- Who maintains Funplay Godot MCP?
- Funplay Godot MCP is maintained by funplayai, which publishes 4 MCP servers (27 total versions) tracked on MCP Toplist.
- Is Funplay Godot MCP listed on the Official MCP Registry?
- Yes — Funplay Godot MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Funplay Godot MCP have?
- MCP Toplist tracks 4 versions of Funplay Godot MCP, most recently published on Jul 31, 2026.
- Where can I find the source code for Funplay Godot MCP?
- The source code for Funplay Godot MCP is hosted at github.com/funplayai/funplay-godot-mcp.