Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐ŸŽฎ Gaming
  3. Loomle MCP for Unreal
Loomle MCP for Unreal logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 9:17:37 PM

Loomle MCP for Unreal

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository13 GitHub StarsTotal stargazers on GitHub for the source repository (13 stars).Visit Website

Structured, verifiable Unreal Engine editing for AI agents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "loomle-mcp-for-unreal": {
      "command": "npx",
      "args": [
        "-y",
        "loomle-mcp-for-unreal"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐ŸŽฎ More in Gaming

Documentation Overview

Loomle

Loomle is an agent-native Unreal Engine integration for reading and changing complex editor objects through SAL, the Structured Agent Language.

SAL turns Blueprint graphs, Widget trees, Class reflection, Assets, and other non-text UE state into compact, ordered text that both people and agents can read, copy, discuss, and patch. It stays faithful to UE: native paths, types, field names, values, palette actions, compiler diagnostics, and editor semantics remain native instead of being replaced by a parallel JSON model.

Why Loomle

Text code already gives agents precise search, references, diffs, and edits. Unreal assets do not. Loomle supplies that missing text workflow while keeping the editor and UE APIs as the source of truth.

  • Compact SAL Object Text uses fewer tokens than large generic JSON payloads.
  • Queries start with summaries and local views instead of downloading an entire graph.
  • Target-relative stable identity paths make returned Nodes, Pins, Graphs, Widgets, and Blueprint objects safe to follow up without kind namespaces.
  • Palette and dynamic schema discovery let agents use capabilities that UE actually exposes instead of guessing constructors or fields.
  • Dry runs share the real parse, resolve, validate, and plan path before any mutation is applied.
  • Native compiler and object health diagnostics stay adjacent to the objects they describe.

Current 0.7 Interface

The standalone Client exposes eight MCP tools:

  • status: inspect the Client version, update availability, and bound session and Bridge health.
  • project: inspect project availability and bind this MCP session to one Unreal project.
  • sal_query: execute one self-contained SAL Query Text.
  • sal_patch: execute one ordered SAL Patch Text.
  • sal_schema: discover the resident SAL guide and the active interface cards.
  • agent_skill: discover and load MCP-managed Loomle workflow Skills without a separate agent-specific installation.
  • editor: observe the current Unreal interaction with empty arguments, or open, focus, and close an exact Blueprint or Graph from canonical SAL Target Text.
  • python: run unrestricted Unreal Editor Python only as a fallback for capabilities not covered by a structured Loomle interface, and poll an execution only when the initial result supplies a continuation.

The current public SAL modules are Asset, Blueprint, Class, Graph, StateTree, and Widget. They cover Asset Registry discovery, Blueprint declarations and components, Class reflection and defaults, graph-local flow and mutation, StateTree hierarchy and bindings, Widget trees, factual reference queries, compilation, save, and editor context.

Example:

sal
door = target {
  domain: blueprint,
  asset: "/Game/Blueprints/BP_Door.BP_Door"
}

query door
summary

Use sal_schema({}) for the active module index and sal_schema({ module: "graph" }) for one exact interface card. Supported exact reads and Palette Entries provide dynamic discovery with with schema; each interface card states the exact subjects that accept it.

Install

The latest stable Loomle release is available from GitHub Releases for Unreal Engine 5.7 and 5.8. Choose the package matching the installed engine version:

PackageContents
loomle-bridge-ue5.7.zipComplete UE 5.7 plugin for Mac Apple Silicon and Windows x64
loomle-bridge-ue5.8.zipComplete UE 5.8 plugin for Mac Apple Silicon and Windows x64

These stable filenames always resolve through the latest final GitHub Release. That release also retains immutable, versioned copies of both archives.

The Fab listing provides the current marketplace-approved Loomle build. GitHub Releases may be newer while a Fab update is under review.

The complete archive contains both native targets and their matching Clients:

text
LoomleBridge/
  Source/
  Resources/
    Loomle/
      <platform-arch>/
        loomle(.exe)

The executable under Resources/Loomle is the self-contained SAL Client. It requires no separate Python, uv, Node.js, global Loomle install, or project-local Client.

Before upgrading from 0.6, close Unreal Editor and remove or move the old <Project>/Plugins/LoomleBridge directory. A same-named project plugin takes precedence over the new engine plugin and would keep loading 0.6.

Extract the complete archive, then copy the LoomleBridge directory to:

text
<UE_5.7-or-5.8>/Engine/Plugins/Marketplace/LoomleBridge

Enable LoomleBridge, restart Unreal Editor, and configure an MCP server named loomle to launch the bundled Client with the argument mcp:

text
macOS:   LoomleBridge/Resources/Loomle/darwin-arm64/loomle
Windows: LoomleBridge/Resources/Loomle/win32-x64/loomle.exe

Full instructions: https://loomle.ai/install.html

Quickstart

  1. Open an Unreal project with LoomleBridge enabled.
  2. Restart Codex, Claude, or the relevant MCP host after configuring Loomle.
  3. Call status once to inspect Client, update, session, and Bridge health.
  4. If the session is unbound, call project to inspect or bind the intended project.
  5. Call editor({}) to begin from the user's current editor state; use editor({ operation: "open" | "close", target }) for exact Blueprint or Graph presentation control.
  6. Use sal_schema when the target module or exact operation is unfamiliar.
  7. Inspect with sal_query, dry-run changes with sal_patch, then apply and finalize through the owning asset.

See https://loomle.ai/quickstart.html for a complete first query and patch.

Architecture

text
Agent / MCP host
  -> bundled Loomle Client (stdio MCP + SAL)
  -> local runtime record
  -> LoomleBridge inside Unreal Editor
  -> UE 5.7 or 5.8 editor APIs and object model

The Client discovers live Bridge instances through ~/.loomle/state/runtimes. This directory is runtime discovery state, not a global installation. Each MCP session keeps one sticky project binding and validates that project's current Editor with a short live health probe. If the bound project is offline, Loomle reports that state and never falls through to another online project. Use project({}) to inspect candidates and bind or switch explicitly when needed.

Development

The repository has four current product boundaries:

  • sal/: language parser, normalized model, schemas, and TypeScript SDK.
  • interfaces/: resident guide and static UE interface cards.
  • client/: standalone MCP Client.
  • engine/LoomleBridge/: Unreal Editor plugin.

Install workspace dependencies and run the TypeScript test suite:

Terminal
npm install
npm test

Build and test the native Client for the current supported runner:

Terminal
npm run build:executable
npm run test:executable

Run the complete Loomle UE Automation category against a same-commit development plugin compiled with the native tests:

Terminal
npm run test:ue-automation -- \
  --ue-root <UE-root> \
  --project-template tests/fixtures/ue/LoomleTestHost \
  --plugin-dir <compiled-same-commit-test-plugin> \
  --output-dir <new-artifact-directory> \
  --target darwin-arm64

The output directory must not already exist. Raw plugin source is not a runnable candidate. The final release archive intentionally excludes native test code, so it is not the complete Automation candidate.

Run the small packaged Client-to-UE workflow against the exact audited release archive and its bundled Client:

Terminal
npm run test:packaged-e2e -- \
  --ue-root <UE-root> \
  --project-template tests/fixtures/ue/LoomleTestHost \
  --plugin-archive <final-release-candidate.zip> \
  --output-dir <new-artifact-directory> \
  --target darwin-arm64

Release assembly consumes only the canonical program at .tmp/client/<platform-arch>/loomle(.exe) and combines it with the Bridge source plugin. See packaging/client/ and packaging/fab/ for the artifact contracts.

Documentation

  • Website: https://loomle.ai/
  • Install: https://loomle.ai/install.html
  • Quickstart: https://loomle.ai/quickstart.html
  • Interface overview: https://loomle.ai/tools/
  • Releases: https://github.com/loomle/loomle/releases

Repository and product design documents live under docs/; canonical SAL and UE interface contracts live under sal/docs/ and interfaces/. Loomle 0.6 source and documents remain available from the 0.6 branch, its release tags, and repository history; main contains only the current design and code.

License

Loomle is open source under the MIT License. See LICENSE.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Gaming View all alternatives
  • UnrealMCP โ€” AI Bridge for Unreal Engine 5 logoUnrealMCP โ€” AI Bridge for Unreal Engine 5

    Control the Unreal Engine 5 editor from any MCP client: Blueprints, materials, Niagara.

    ๐ŸŽฎ Gaming0 views
    Compare vs UnrealMCP โ€” AI Bridge for Unreal Engine 5 โ†’
  • Flutter MCP Toolkit logoFlutter MCP Toolkit

    Inspect and drive Flutter debug apps/games: semantic snapshots, search, and custom client tools

    ๐ŸŽฎ Gaming1 views
    Compare vs Flutter MCP Toolkit โ†’
  • MCP Unity logoMCP Unity

    โƒฃ ๐Ÿ  - MCP Server for Unity3d Game Engine integration for game development

    ๐ŸŽฎ Gaming2 views
    Compare vs MCP Unity โ†’
  • Godot MCP logoGodot MCP

    A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.

    ๐ŸŽฎ Gaming5 views
    Compare vs Godot MCP โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Loomle MCP for Unreal

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "loomle-mcp-for-unreal": { "command": "npx", "args": ["-y", "Loomle MCP for Unreal"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLoomle MCP for Unreal AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/loomle-mcp-for-unreal?style=directory)](https://allmcps.com/mcp/loomle-mcp-for-unreal)
HTML Embed
<a href="https://allmcps.com/mcp/loomle-mcp-for-unreal"><img src="https://allmcps.com/api/badge/loomle-mcp-for-unreal?style=directory" alt="Loomle MCP for Unreal on AllMCPs" /></a>

Technical Specs & Signals

Category๐ŸŽฎGaming
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars13
GitHub Star CountTotal stargazers on GitHub representing community popularity (13 stars).
31Quality signal: Emerging ยท 31/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools10/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐ŸŽฎ Gaming โ†’Best MCP servers for Gaming โ†’Alternatives to Loomle MCP for Unreal โ†’Install in Claude DesktopInstall in CursorInstall in VS Code