Mmcp.market

Starwind UI MCP Server

by starwind-ui·io.github.starwind-ui/mcp·v0.5.1

Framework-aware Starwind UI v3 tools for Astro and React setup, components, docs, and migration.

A89/100grade A
What users say
No reviews yet
Be the first
Safety scan
A89/100

full report

Adoption
Growing

35 stars114 downloads/wk

Reviews

Write one

Nobody has reviewed Starwind UI MCP Server yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Starwind UI MCP Server tools (12, 1 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • fetch_llm_data

    Fetches LLM data from starwind.dev (rate limited to 3 requests per minute, with caching)

  • get_documentation

    Returns documentation links for Starwind UI

  • get_package_manager

    Detects and returns the current package manager information

  • init_project

    Initializes a new project with Starwind UI

  • install_component

    Generates installation commands for Starwind UI components

  • search_starwind_pro_blocks

    Searches Starwind Pro blocks by query, category, or plan type. Returns matching blocks with install commands. Use this to find pre-built UI blocks like heroes, footers, pricing tables, etc. IMPORTANT: Pro blocks require the project to be initialized with 'starwind@latest init --defaults --pro' before they can be added.

  • starwind_add

    Generates validated Starwind UI v3 install commands for styled components, vendored primitives, or Starwind Pro blocks, with optional Astro or React targeting.

  • starwind_docs

    Fetches current Starwind UI v3 documentation across styled components, primitives, Runtime, migration, and Astro or React framework guides.

  • starwind_init

    Generates a Starwind UI v3 initialization command for an existing Astro or React project. The CLI auto-detects the framework unless an override is provided. Paid Pro authorization is opt-in and currently targets Astro.

  • starwind_migrate

    Generates the safe Starwind UI v3 migration command for a legacy Astro project. Interactive migration is the default; non-interactive overwrite behavior must be explicitly requested.

  • starwind_search

    Searches Starwind UI v3 styled components, Primitive adapters, and Starwind Pro blocks with framework-aware results.

  • update_componentwrite action

    Generates update commands for Starwind UI components

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan74 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 39 days ago12/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Overall 89/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Starwind UI MCP Server repository's README, as published. We do not edit it. Read it on GitHub

Official MCP Registry · io.github.starwind-ui/mcp

A TypeScript Model Context Protocol server for Starwind UI v3 and Starwind Pro. It gives AI clients current, framework-aware guidance for Astro and React projects.

Quick start

For the maintained client setup guide, see the Starwind UI MCP documentation.

Codex (~/.codex/config.toml):

[mcp_servers.starwind_ui]
command = "npx"
args = ["-y", "@starwind-ui/mcp"]
enabled = true

Claude Code (.mcp.json) or Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "starwind-ui": {
      "command": "npx",
      "args": ["-y", "@starwind-ui/mcp"]
    }
  }
}

Restart the client or reload its MCP servers after changing the configuration.

v3 model

Starwind UI v3 has three related surfaces. The MCP keeps them distinct:

The server validates these layers against the versioned ai-manifest.json, caches validated data, and falls back to a bundled v3 snapshot if the site is unavailable.

Tools

Tool calls return both readable JSON text and MCP structuredContent.

Requirements and behavior

  • Generated v3 CLI commands require Node.js 22.12.0 or newer.
  • starwind_init targets existing Astro 5+ or React 18+ projects and lets the CLI auto-detect the framework unless framework is supplied.
  • Free @starwind-pro/* catalog blocks work after ordinary initialization. Paid blocks require explicit authorization; pass pro: true only when it is required.
  • Starwind Pro blocks currently target Astro. React searches omit them, and React add requests reject them explicitly.
  • Migration is interactive by default. Set yes: true only when backup-and-overwrite behavior is intended.
  • Package-manager and project context are detected locally when possible, and add commands pass the resolved package manager to the CLI. No tool executes the generated command.

Upgrading from free to Pro

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @starwind-ui/mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add mcp -- npx -y @starwind-ui/mcp
Add to Cursor

Starwind UI MCP Server: common questions

Is Starwind UI MCP Server safe?
Yes, by our scan: it is graded A (89/100). Read the Starwind UI MCP Server safety report
How do I install Starwind UI MCP Server?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Starwind UI MCP Server need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Starwind UI MCP Server maintained?
The last commit was 40 days ago (2026-08-15). The latest release is v0.5.1.
What can I use instead of Starwind UI MCP Server?
Servers from other publishers that do the same job: Livewire Flux MCP server, Electrik Slate MCP server and Context7 MCP server. Compare all Starwind UI MCP Server alternatives.

Alternatives to Starwind UI MCP Server

Same job from other publishers: the closest match first, then the best rated.

All Starwind UI MCP Server alternatives →
  • Livewire Flux
    Flux UI component and layout docs for AI coding agents. Live from fluxui.dev, Pro-tier aware.
    A
  • Electrik Slate
    Read-only MCP for Electrik Slate: Blade component docs, blocks gallery, source, and llms.txt.
    A
  • Context7
    Up-to-date code docs for any prompt
    A
  • Svelte MCP
    The official Svelte MCP server providing docs and autofixing tools for Svelte development
    A
  • Coolify
    45 optimized tools for managing Coolify infrastructure, diagnostics, and docs search
    B

More from starwind-ui