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 Model Context Protocol Server for Home Assistant
Android runtime permissions powered by RxJava2
This read-only MCP Server allows you to connect to Google Cloud Storage data from Claude Desktop through CData...
MCP (Model Context Protocol) server for uploading media to Cloudinary using Claude Desktop
MCP to allow LLMs to submit jobs to Deepwriter AI
Dune Query MCP
This read-only MCP Server allows you to connect to Splunk data from Claude Desktop through CData JDBC Drivers....
An MCP (Model Context Protocol) server for generating Xmind mind maps. This server allows LLMs to create structured...
An MCP extension package for OpenAI Agents SDK





