taroify-mcp
If you are the rightful owner of taroify-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Taroify MCP is a Model Context Protocol service designed to connect Taroify with large models, enabling direct retrieval of component and API data from documentation.
可靠的小程序端 Taro React UI 组件库 MCP
介绍
Taroify 是移动端组件库 Vant 的 Taro React 版本,两者基于相同的视觉规范,提供近似一致的 API 接口,助力开发者快速搭建小程序应用。
Taroify MCP 是一项独立的 MCP(模型上下文协议)服务,旨在将 Taroify 与大模型连接起来。它使大模型能够直接从文档中检索组件、API数据。
- 直接使用 npx 运行
- 无需外部依赖,只需要 Node 环境
Cursor 用法
Cursor Mcp 使用指南参考:https://docs.cursor.com/context/model-context-protocol#using-mcp-tools-in-agent
{
"mcpServers": {
"@taroify/mcp": {
"command": "npx",
"args": [
"-y",
"@taroify/mcp",
],
"env": {}
}
}
}