Token导航 LogoToken导航TokenDH.com
Starwind UI MCP Server logo
开发工具未说明官方级别未说明来源级核验

Starwind UI MCP Server

MCP Server

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

工具数

6

提示词数

0

GitHub Stars

35

资源数

0
开发工具文档检索TypeScriptClaudeCursorWindsurfClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

starwind-ui

提供方

starwind-ui

最后核验

2026/5/18 03:28

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Starwind UI MCP服务器

![Verified on MseeP](https://mseep.ai/app/9878a189-46ec-462c-903f-a72276f707e3)

模型上下文协议(MCP)服务器的TypeScript实现 Starwind用户界面Starwind Pro,提供工具,帮助开发人员在利用Claude、Windsurf、Cursor等人工智能工具时使用Starwind UI和Pro组件。

快速开始

使用npx

设置IDE以使用本地MCP服务器的说明因IDE而异。以下是不同平台的示例:

风浪:

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

光标:

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

克劳德代码:

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

详细说明:

可用工具

工具名称描述
starwind_init初始化Starwind UI项目(默认为Pro)。先用这个。
starwind_docs通过缓存和主题过滤从starwind.ev获取实时文档
starwind_add通过包管理器检测生成经过验证的安装命令
search_starwind_pro_blocks按查询、类别或计划类型搜索Starwind Pro区块

什么是MCP?

模型上下文协议(MCP)是一种通过本地服务器扩展AI功能的协议。此实现提供了Starwind UI特定的工具,以增强使用Starwind UI时的AI助手功能。有关MCP本身的更多信息,请访问 官方文件.

特性

  • 实时文档 -从starwind.dev/llms.txt获取最新文档
  • 组件验证 -根据实时组件列表验证组件
  • Pro区块搜索 -按查询、类别或计划搜索和发现Starwind Pro区块
  • 包管理器检测 -自动检测npm、yarn或pnpm
  • 缓存和速率限制 -具有合理速率限制的高效缓存
  • TypeScript -使用TypeScript构建类型安全

许可证

MIT许可证-有关详细信息,请参阅许可证文件。

安全

](https://mseep.ai/app/starwind-ui-starwind-ui-mcp)

目录标签

目录标签

开发工具文档检索TypeScriptClaudedeveloper-tools本地部署AI集成组件管理

支持客户端

CursorWindsurfClaude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

部署方式(deploymentType,部署类型)

local-only

工具数量(toolCount,工具数)

6

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明nonelocal-only

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP