Funplay Unreal MCP
Rank #20,546io.github.FunplayAI/funplay-unreal-mcp
stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp.
Funplay Unreal MCP is a Model Context Protocol (MCP) server published by funplayai. It ranks #20,546 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Funplay Unreal MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 23, 2026 and most recently updated on Jun 23, 2026.
Ranks ahead of 94,914 of 115,460 servers on MCP Toplist.
Use Funplay Unreal MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add funplay-unreal-mcp -e "FUNPLAY_UNREAL_MCP_URL=<your FUNPLAY_UNREAL_MCP_URL>" -e "UNREAL_MCP_URL=<your UNREAL_MCP_URL>" -e "FUNPLAY_UNREAL_MCP_TOKEN=<your FUNPLAY_UNREAL_MCP_TOKEN>" -e "UNREAL_MCP_TOKEN=<your UNREAL_MCP_TOKEN>" -- npx -y funplay-unreal-mcpReplace each placeholder with your own value before saving.
[mcp_servers.funplay-unreal-mcp]
command = "npx"
args = ["-y", "funplay-unreal-mcp"]
[mcp_servers.funplay-unreal-mcp.env]
FUNPLAY_UNREAL_MCP_URL = "<your FUNPLAY_UNREAL_MCP_URL>"
UNREAL_MCP_URL = "<your UNREAL_MCP_URL>"
FUNPLAY_UNREAL_MCP_TOKEN = "<your FUNPLAY_UNREAL_MCP_TOKEN>"
UNREAL_MCP_TOKEN = "<your UNREAL_MCP_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"funplay-unreal-mcp": {
"command": "npx",
"args": [
"-y",
"funplay-unreal-mcp"
],
"env": {
"FUNPLAY_UNREAL_MCP_URL": "<your FUNPLAY_UNREAL_MCP_URL>",
"UNREAL_MCP_URL": "<your UNREAL_MCP_URL>",
"FUNPLAY_UNREAL_MCP_TOKEN": "<your FUNPLAY_UNREAL_MCP_TOKEN>",
"UNREAL_MCP_TOKEN": "<your UNREAL_MCP_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"funplay-unreal-mcp": {
"command": "npx",
"args": [
"-y",
"funplay-unreal-mcp"
],
"env": {
"FUNPLAY_UNREAL_MCP_URL": "<your FUNPLAY_UNREAL_MCP_URL>",
"UNREAL_MCP_URL": "<your UNREAL_MCP_URL>",
"FUNPLAY_UNREAL_MCP_TOKEN": "<your FUNPLAY_UNREAL_MCP_TOKEN>",
"UNREAL_MCP_TOKEN": "<your UNREAL_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-unreal-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"funplay-unreal-mcp"
],
"env": {
"FUNPLAY_UNREAL_MCP_URL": "<your FUNPLAY_UNREAL_MCP_URL>",
"UNREAL_MCP_URL": "<your UNREAL_MCP_URL>",
"FUNPLAY_UNREAL_MCP_TOKEN": "<your FUNPLAY_UNREAL_MCP_TOKEN>",
"UNREAL_MCP_TOKEN": "<your UNREAL_MCP_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"funplay-unreal-mcp": {
"command": "npx",
"args": [
"-y",
"funplay-unreal-mcp"
],
"env": {
"FUNPLAY_UNREAL_MCP_URL": "<your FUNPLAY_UNREAL_MCP_URL>",
"UNREAL_MCP_URL": "<your UNREAL_MCP_URL>",
"FUNPLAY_UNREAL_MCP_TOKEN": "<your FUNPLAY_UNREAL_MCP_TOKEN>",
"UNREAL_MCP_TOKEN": "<your UNREAL_MCP_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"funplay-unreal-mcp": {
"command": "npx",
"args": [
"-y",
"funplay-unreal-mcp"
],
"env": {
"FUNPLAY_UNREAL_MCP_URL": "<your FUNPLAY_UNREAL_MCP_URL>",
"UNREAL_MCP_URL": "<your UNREAL_MCP_URL>",
"FUNPLAY_UNREAL_MCP_TOKEN": "<your FUNPLAY_UNREAL_MCP_TOKEN>",
"UNREAL_MCP_TOKEN": "<your UNREAL_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-unreal-mcp)<a href="https://mcptoplist.com/server/io.github.FunplayAI%2Ffunplay-unreal-mcp"><img src="https://mcptoplist.com/badge/io.github.FunplayAI%2Ffunplay-unreal-mcp.svg" alt="MCP Toplist: Top 25% 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 (1)
| Version | Published |
|---|---|
| 0.2.0 | Jun 23, 2026 |
Frequently asked questions
- Who maintains Funplay Unreal MCP?
- Funplay Unreal MCP is maintained by funplayai, which publishes 4 MCP servers (27 total versions) tracked on MCP Toplist.
- Is Funplay Unreal MCP listed on the Official MCP Registry?
- Yes — Funplay Unreal MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Funplay Unreal MCP have?
- MCP Toplist tracks 1 version of Funplay Unreal MCP, most recently published on Jun 23, 2026.
- Where can I find the source code for Funplay Unreal MCP?
- The source code for Funplay Unreal MCP is hosted at github.com/funplayai/funplay-unreal-mcp.