Skip to main content
Glama
MarzLars

Unity UIToolkit MCP Server

by MarzLars

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_uitoolkit_documentation

Provides Unity UIToolkit documentation reference with links and examples for specific topics like UXML, USS, UIElements, and other UIToolkit concepts.

get_uitoolkit_code_exampleA

Fetches actual code examples from Unity's official UI Toolkit manual code examples repository (https://github.com/Unity-Technologies/ui-toolkit-manual-code-examples). Use this to retrieve real implementation samples showing UIToolkit syntax and usage patterns.

fetch_unity_example_codeA

Fetches the actual source code content from a specific file in Unity's UI Toolkit examples repository. Use this when you have a code source reference (e.g., from tags in documentation) and need to see the actual implementation.

get_unity_script_referenceB

Retrieves Unity Script API reference documentation for UIToolkit classes and methods. Use this to get detailed API information.

convert_html_to_uxmlC

Provides guidance and examples for converting HTML markup to UXML format. Returns conversion patterns and best practices.

convert_css_to_uss

Provides guidance and examples for converting CSS styles to USS (Unity Style Sheets) format. Returns conversion patterns and best practices.

list_uitoolkit_components

Lists available Unity UIToolkit components and controls with brief descriptions. Useful for discovering what UI elements are available.

read_prerendered_docsA

Reads pre-rendered documentation for Unity UIToolkit. Returns documentation from either Unity's HTML manual (for UXML, USS, etc.) or from C# source code (for class API references).

list_prerendered_docs

Lists all available pre-rendered documentation files organized by type (manual and script-api).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/MarzLars/UIToolkitMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server