Tuniao UI MCP Server
A Model Context Protocol (MCP) server that provides access to TuNiao UI components documentation and listings.
Features
- Component information from Tuniao UI
- MCP protocol compatible
- Easy integration with AI models
- Markdown formatted output with clickable links
- Comprehensive component documentation
Available Tools
get_component_list
- Gets a list of available TuNiao UI components
get_component_doc
- Gets detailed documentation for a specific TuNiao UI component
Installation
NPX
{
"mcpServers": {
"mcp-server-tuniao": {
"command": "npx",
"args": [
"-y",
"@zw459123678/tuniao-server"
]
}
}
}
Docker
( Docker image not uploaded to Docker Hub, need to build it yourself. )
{
"mcpServers": {
"mcp-server-tuniao": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"zw459123678/tuniao-server"
]
}
}
}
Development
# Install dependencies
npm install
# Watch mode
npm run watch
# Build
npm run build
# Test components
npm run test:comp
Docker build:
docker build -t zw459123678/tuniao-server:latest -f Dockerfile .
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Tuniao Server
Project Details
- zw459123678/tuniao-server
- Last Updated: 4/18/2025
Recomended MCP Servers
A server application designed on top of MCP to interact with Cursor and MySQL.
MCP-BOS: 模块化、可扩展的Model Context Protocol服务器框架 使用基于约定的自动模块发现机制,为Claude Desktop打造的灵活MCP服务器框架。通过简洁的模块接口和声明式配置,轻松扩展AI应用功能,无需修改核心代码。支持FastMCP标准,包含完整工具、资源和提示模板注册能力。
An MCP server for retrieving papers from arXiv based on keywords
MCP web search using perplexity without any API KEYS
CyberMCP is a Model Context Protocol (MCP) server designed for testing backend APIs for security vulnerabilities. It provides...
A Model Context Protocol (MCP) compliant server designed for comprehensive web research. It uses Tavily's Search and Crawl...
Platform aims to provide a centralized place for information, tools, and communication, with a powerful semantic search for...
A mcp server that bridges Dune Analytics data to AI agents.
A Model Context Protocol (MCP) server that provides call graph analysis capabilities to LLMs through the nuanced library