Taroify Mcp

by taroify

8 stars
252 downloads
Not rated
GitHub Website

About

Taroify MCP 是一项独立的 MCP(模型上下文协议)服务,旨在将 Taroify 与大模型连接起来。它使大模型能够直接从文档中检索组件、API数据。

Details

Author
taroify
GitHub stars
8
Downloads
252
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Taroify Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

{
    "@taroify/mcp": {
        "command": "npx",
        "args": [
            "-y",
            "@taroify/mcp"
        ]
    }
}

MseeP.ai Security Assessment Badge

<p align="center">
logo
</p>
<h3 align="center">可靠的小程序端 Taro React UI 组件库 MCP</h3>

介绍

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>

`` json
{
"mcpServers": {
"@taroify/mcp": {
"command": "npx",
"args": [
"-y",
"@taroify/mcp",
],
"env": {}
}
}
}
``

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.