Unity Editor integration with Model Context Protocol (MCP) enabling AI assistants like Claude to interact with Unity projects. Features a TypeScript MCP server and C# Unity plugin with extensible command handler architecture, TCP/IP communication, and dynamic plugin discovery.
Unity Editor integration with Model Context Protocol (MCP) enabling AI assistants like Claude to interact with Unity projects. Features a TypeScript MCP server and C# Unity plugin with extensible command handler architecture, TCP/IP communication, and dynamic plugin discovery.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"isuzu-shiranui-unitymcp-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-isuzu-shiranui-unitymcp-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from UnityMCP?"
No configuration required. This server works out of the box.
"What resources are available in UnityMCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in UnityMCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in UnityMCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.