Registry Browser MCP
Allows management of Unity packages via Registry Browser operations: embed, de-embed, publish, and create packages.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Registry Browser MCPList all configured registries and their packages."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Registry Browser MCP
MCP (Model Context Protocol) integration for Registry Browser. Exposes Registry Browser operations — embed, de-embed, publish, and create packages — as MCP tools, enabling AI agents and IDE integrations to manage Unity packages programmatically.
Installation
Via Git URL
Open Window → Package Manager, click +, and choose Add package from git URL.
To install the latest version:
https://github.com/Warlander/registry-browser-mcp.gitTo install a specific release, append the tag:
https://github.com/Warlander/registry-browser-mcp.git#2.0.0Related MCP server: Unity MCP Server
Via Scoped Registry
Add the Warlogic registry to your Packages/manifest.json:
{
"scopedRegistries": [
{
"name": "Warlogic",
"url": "https://upm.maciejcyranowicz.com",
"scopes": ["com.warlogic"]
}
],
"dependencies": {
"com.warlogic.registrybrowser.mcp": "2.0.0"
}
}Then open Window > Package Manager and look for com.warlogic.registrybrowser.mcp.
Prerequisites
com.unity.ai.assistant — the official Unity AI Assistant package, which provides the Unity MCP framework this package integrates with.
com.warlogic.registrybrowser — the Registry Browser tool whose operations are exposed via MCP.
Setup
Ensure
com.unity.ai.assistantandcom.warlogic.registrybrowserare installed in your project.Install this package. The
manage_registry_browserMCP tool is automatically discovered and registered by Unity's MCP tool registry.
Usage
Once installed, the following MCP tool becomes available to any connected MCP client (e.g., AI assistants, IDE integrations):
manage_registry_browser— performs Registry Browser operations programmatically.status— list configured registries and installed packages with their versions and embed status.embed— clone a package repository intoPackages/Embeds/at a specific commit.de_embed— remove a local embed and restore the registry-hosted version.publish— publish an embedded or local package to a configured UPM registry.create_package— scaffold a new local UPM package with optional Git initialization.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceUnity Editor MCP SDK that exposes Unity Editor capabilities as MCP tools, enabling AI assistants like Claude Code to drive Unity Editor workflows through prefab inspection, asset manipulation, and preview rendering.Last updatedMIT
- Alicense-qualityCmaintenanceA Unity Editor plugin that exposes Unity Editor capabilities to external AI agents via the Model Context Protocol. It enables AI agents to interact with Unity through tools for debugging, scene inspection, project management, and build operations.Last updated6MIT
- Alicense-qualityCmaintenanceEnables AI agents to control the Unity Editor through MCP, allowing scene building, runtime scripting, visual QA, and more.Last updated4Apache 2.0
- Flicense-qualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.Last updated1
Related MCP Connectors
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Warlander/registry-browser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server