unity-doc-mcp-server

zabaglione/unity-doc-mcp-server

3.2

If you are the rightful owner of unity-doc-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Unity Documentation MCP Server provides Unity 6 official documentation through the Model Context Protocol, enabling AI assistants like Claude Code to access accurate documentation information during Unity development.

The Unity Documentation MCP Server is designed to facilitate seamless access to Unity 6 (6000.x) official documentation for AI assistants. By leveraging the Model Context Protocol (MCP), this server allows for efficient downloading, parsing, and searching of Unity documentation, ensuring that developers have the most accurate and up-to-date information at their fingertips. The server operates entirely offline, eliminating the need for network connectivity, and utilizes SQLite FTS5 for fast full-text search capabilities. With robust string processing, it handles HTML entities and escape characters effectively, making it a reliable tool for developers working across various platforms, including macOS, Linux, and Windows.

Features

  • Fast full-text search using SQLite FTS5, supporting special characters.
  • Pagination support for complete retrieval of large documents.
  • Logical document sectioning for easier navigation.
  • Offline operation, removing the need for network access.
  • Robust string processing for handling HTML entities and escape characters.

Tools

  1. get_unity_version_info

    Retrieves available Unity documentation version information.

  2. search_unity_docs

    Searches Unity documentation based on a query.

  3. read_unity_doc

    Reads a specific document with pagination support.

  4. list_unity_doc_sections

    Lists sections of a document.

  5. read_unity_doc_section

    Reads a specific section of a document.