Funplay Unity MCP
Rank #704io.github.FunplayAI/funplay-unity-mcp
stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp.
Funplay Unity MCP is a Model Context Protocol (MCP) server published by funplayai. It ranks #704 of 115,460 servers tracked on MCP Toplist, and its repository has 229 GitHub stars. Funplay Unity MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 17 tracked versions. It was first listed on Mar 12, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 114,756 of 115,460 servers on MCP Toplist.
Use Funplay Unity MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add funplay-unity-mcp -- dnx funplay.unity.mcp[mcp_servers.funplay-unity-mcp]
command = "dnx"
args = ["funplay.unity.mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"funplay-unity-mcp": {
"command": "dnx",
"args": [
"funplay.unity.mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"funplay-unity-mcp": {
"command": "dnx",
"args": [
"funplay.unity.mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"funplay-unity-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"funplay.unity.mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"funplay-unity-mcp": {
"command": "dnx",
"args": [
"funplay.unity.mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"funplay-unity-mcp": {
"command": "dnx",
"args": [
"funplay.unity.mcp"
]
}
}
}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-unity-mcp)<a href="https://mcptoplist.com/server/io.github.FunplayAI%2Ffunplay-unity-mcp"><img src="https://mcptoplist.com/badge/io.github.FunplayAI%2Ffunplay-unity-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
funplayai
Other servers by funplayai
View all funplayai servers →Available versions (17)
| Version | Published |
|---|---|
| 0.6.4 | Aug 31, 2026 |
| 0.6.3 | Aug 27, 2026 |
| 0.6.1 | Aug 11, 2026 |
| 0.6.0 | Aug 10, 2026 |
| 0.5.4 | Jul 28, 2026 |
| 0.3.4 | May 20, 2026 |
| 0.3.0 | May 7, 2026 |
| 0.2.0 | Apr 30, 2026 |
| 0.1.10 | Apr 17, 2026 |
| 0.1.9 | Apr 16, 2026 |
| 0.1.8 | Apr 15, 2026 |
| 0.1.7 | Apr 10, 2026 |
| 0.1.6 | Apr 8, 2026 |
| 0.1.5 | Apr 7, 2026 |
| 0.1.4 | Apr 1, 2026 |
| 0.1.3 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Funplay Unity MCP?
- Funplay Unity MCP is maintained by funplayai, which publishes 4 MCP servers (27 total versions) tracked on MCP Toplist.
- Is Funplay Unity MCP listed on the Official MCP Registry?
- Yes — Funplay Unity MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Funplay Unity MCP have?
- MCP Toplist tracks 17 versions of Funplay Unity MCP, most recently published on Aug 31, 2026.
- Where can I find the source code for Funplay Unity MCP?
- The source code for Funplay Unity MCP is hosted at github.com/funplayai/funplay-unity-mcp.