Loomal

MCP server for Unity: project info, build scenes, agent docs. No Unity Editor. Cursor, Claude.

2 starsnpm: unity-mcp-server

About Unity MCP Server

Unity MCP Server is an MCP (Model Context Protocol) server published by rachitkumarrastogi in the official MCP registry, listed under Autonomous Agents on Loomal. MCP server for Unity: project info, build scenes, agent docs. No Unity Editor. Cursor, Claude.

It ships as an npm package (unity-mcp-server), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/rachitkumarrastogi/unity-mcp-server, where the project has earned 2 GitHub stars.

Use Unity MCP Server with your agent

Claude Code · one command
claude mcp add unity-mcp-server -- npx -y unity-mcp-server
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "unity-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "unity-mcp-server"
      ]
    }
  }
}
npmunity-mcp-server

Frequently asked questions

What is Unity MCP Server?
Unity MCP Server is an MCP (Model Context Protocol) server by rachitkumarrastogi in the Autonomous Agents category. MCP server for Unity: project info, build scenes, agent docs. No Unity Editor. Cursor, Claude.
How do I connect Unity MCP Server to Claude, Cursor, or another MCP client?
Install Unity MCP Server from its npm package (unity-mcp-server) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is Unity MCP Server open source?
Yes — the source code is public at github.com/rachitkumarrastogi/unity-mcp-server, with 2 GitHub stars.
Can AI agents pay to use Unity MCP Server?
Not yet through Loomal — Unity MCP Server is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain Unity MCP Server? Claim this listing free by verifying GitHub ownership, or contact us.