mcpbeat Sign in

Galaxy UI MCP Server

local only

Galaxy UI MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

MCP server exposing Galaxy UI components — manifests, source code, and framework coverage

Installs / week
npm · @galaxy-stack/design-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What changed 1

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 18 September 2026. No other catalogue keeps this.

18 Sep the owner changed

Nothing serious here today

Today is the operative word: we check Galaxy UI MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add galaxy-design-mcp -- npx -y @galaxy-stack/design-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "galaxy-design-mcp": {
      "args": [
        "-y",
        "@galaxy-stack/design-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.galaxy-design-mcp]
command = "npx"
args = ["-y", "@galaxy-stack/design-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "galaxy-design-mcp": {
      "args": [
        "-y",
        "@galaxy-stack/design-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "galaxy-design-mcp": {
      "args": [
        "-y",
        "@galaxy-stack/design-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Galaxy UI MCP Server

same job, measured the same way
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Augments MCP Server
by augmnt

Augments MCP Server - A comprehensive framework documentation provider for Claude Code

236 installs/wk local only
Telleroutlook
by telleroutlook

WasmAgent MCP server — WASM-sandboxed code execution with capability manifests and Tasks API.

765 installs/wk local only
I
Feedlio
by itechsoftsolution16

Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.

136 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

45 installs/wk local only
ME-QR MCP Server
by me-qr

Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.

answering
Hex Graph
by levnikolaevich

Deterministic layered code graph MCP server with framework overlays and SCIP interop.

79 installs/wk local only
Mne Docs
by weiyongxu

MCP server for MNE-Python documentation, source code, GitHub issues, and forum

115 installs/wk local only

Galaxy UI MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Galaxy UI MCP Server?
Galaxy UI MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @galaxy-stack/design-mcp.
How do I connect Galaxy UI MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @galaxy-stack/design-mcp straight from npm; nothing to host, nothing to sign up for.
Is Galaxy UI MCP Server open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.