Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Starwind Ui Mcp

    Local MCP server implementation for Starwind UI that you can use with Cursor, Windsurf, and other AI tools

    27 stars
    TypeScript
    Updated Nov 1, 2025

    Table of Contents

    • Quick Start
    • Available Tools
    • Starwind Pro Setup
    • What is MCP?
    • Features
    • License
    • Security

    Table of Contents

    • Quick Start
    • Available Tools
    • Starwind Pro Setup
    • What is MCP?
    • Features
    • License
    • Security

    Documentation

    A TypeScript implementation of a Model Context Protocol (MCP) server for Starwind UI and Starwind Pro, providing tools to help developers work with Starwind UI and Pro components when leveraging AI tools like Codex, Claude Code, and Cursor.

    Quick Start

    Select your MCP client and add the Starwind UI server configuration. For the full maintained setup guide, see the Starwind UI MCP Server docs.

    Codex:

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

    Claude Code:

    json title=".mcp.json"
    {
      "mcpServers": {
        "starwind-ui": {
          "command": "npx",
          "args": ["-y", "@starwind-ui/mcp"],
          "env": {}
        }
      }
    }

    Cursor:

    json title=".cursor/mcp.json"
    {
      "mcpServers": {
        "starwind-ui": {
          "type": "stdio",
          "command": "npx",
          "args": ["-y", "@starwind-ui/mcp"],
          "env": {}
        }
      }
    }

    After adding the configuration, restart your editor or reload its MCP servers.

    Detailed client instructions:

    • Starwind UI MCP Server docs
    • Codex MCP docs
    • Claude Code MCP docs
    • Cursor MCP docs

    Available Tools

    Tool NameDescription
    starwind_initGenerates init commands for new Starwind UI projects, Pro by default
    starwind_docsFetches live documentation from starwind.dev with caching and topic filtering
    starwind_addGenerates validated install commands with package manager detection
    starwind_searchSearches Starwind UI components and Starwind Pro blocks with CLI-shaped filters

    The MCP server intentionally keeps a compact, intent-based tool surface. It does not expose standalone wrappers for every Starwind CLI command, such as setup, update, or remove.

    Starwind Pro Setup

    Use starwind_init for new projects. For new projects that need Pro blocks, the generated command uses:

    bash
    starwind@latest init --defaults --pro

    For an already initialized Starwind UI project, use the Pro setup guidance returned by starwind_add or starwind_search:

    bash
    starwind@latest setup --yes

    starwind_search returns grouped standard component and Pro block results, with Pro block filters for plan, category, limit, and offset.

    What is MCP?

    The Model Context Protocol (MCP) is a protocol for extending AI capabilities through local servers. This implementation provides Starwind UI-specific tools to enhance AI assistant capabilities when working with Starwind UI. For more information about MCP itself, please visit the official documentation.

    Features

    • Live Documentation - Fetches up-to-date docs from starwind.dev/llms.txt
    • Component Validation - Validates components against live component metadata with a refreshed fallback list
    • Starwind Search - Search and discover standard components and Pro blocks by query, category, plan, limit, or offset
    • Compact Tool Surface - Keeps uncommon or destructive CLI operations as command guidance instead of standalone MCP tools
    • Package Manager Detection - Auto-detects npm, yarn, or pnpm
    • Caching & Rate Limiting - Efficient caching with sensible rate limits
    • TypeScript - Built with TypeScript for type safety

    License

    MIT License - See LICENSE file for details.

    Security

    MseeP.ai Security Assessment Badge

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • QU

      Quran Mcp Server

      TypeScript·
      50
    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • AS

      Ashra Mcp

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • QU

      Quran Mcp Server

      TypeScript·
      50
    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • AS

      Ashra Mcp

      TypeScript·
      42

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k