R

React组件库文档服务器

myalone/composer-kit-mcp-new
Hosted
1 Stars 1.8k 次浏览 transfer 更新于 2026-08-23
该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (8 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

list_components

该工具无需必填参数,直接调用即可

get_component 1 个参数 需填 1 项

必填参数:component_name

get_component_example 2 个参数 需填 1 项

必填参数:component_name

search_components 1 个参数 需填 1 项

必填参数:query

get_component_props 1 个参数 需填 1 项

必填参数:component_name

get_installation_guide 1 个参数

该工具无需必填参数,直接调用即可

get_components_by_category 1 个参数 需填 1 项

必填参数:category

get_celo_composer_cli_info

该工具无需必填参数,直接调用即可

服务介绍

React组件库文档服务器 composer-kit-mcp

一个为Composer Kit React组件库提供文档、示例和使用信息的MCP服务器,专为在Celo区块链上构建web3应用而设计。
null## 工具列表 Tool List

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。

工具 Tool 描述 Description
list_components List all available Composer Kit components with their descriptions and categories. Returns a comprehensive overview of the component library.
get_component Get detailed information about a specific Composer Kit component, including source code, props, and usage information.
get_component_example Get example usage code for a specific Composer Kit component. Returns real-world examples from the documentation.
search_components Search for Composer Kit components by name, description, or functionality. Useful for finding components that match specific needs.
get_component_props Get detailed prop information for a specific component, including types, descriptions, and whether props are required or optional.
get_installation_guide Get installation instructions for Composer Kit, including setup steps and configuration for different package managers.
get_components_by_category Get all components in a specific category (e.g., 'Wallet Integration', 'Payment & Transactions', 'Core Components', 'NFT Components').
get_celo_composer_cli_info Get detailed information on the Celo Composer CLI create command, including all available flags like --description, --wallet-provider, and --contracts. Provides documentation, options, and usage examples to help construct create commands.

检查服务 ## Inspector

工具在线测试: https://mcp.xiaobenyang.com/inspector/1777419067406339

Online Tool test https://mcp.xiaobenyang.com/inspector/1777419067406339

服务配置 MCP Server Config

如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?

访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY
Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "React组件库文档服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777419067406339/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "React组件库文档服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1777419067406339/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "React组件库文档服务器": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777419067406339",
          },
          "transport": "stdio"
        }
      }
}

相关 MCP 服务