@openyida/mcp-app
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@openyida/mcp-appList all my Yida applications"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@openyida/mcp-app
Interactive UIs for Yida low-code platform — renders inline in Claude, ChatGPT, VS Code and other MCP hosts.
What is this?
@openyida/mcp-app is an MCP Apps server that brings interactive UIs for Yida (宜搭) low-code platform directly into AI chat conversations.
This package is maintained as a legacy standalone MCP App. It depends on
openyida@2026.7.13, the last OpenYida CLI line that still includes the
Cookie / QR login flow used by this MCP App.
Instead of getting plain text responses, you see:
📱 App Dashboard — card-style application list with icons and links
📊 Report Charts — interactive Bar / Line / Pie charts with click-to-switch
📋 Form Preview — visual schema preview with field types and IDs
Related MCP server: AIRIOT MCP Server
Quick Start
Use with Claude Desktop / VS Code / ChatGPT
Add to your MCP client config:
{
"mcpServers": {
"openyida": {
"command": "npx",
"args": ["-y", "@openyida/mcp-app", "--stdio"]
}
}
}Use with HTTP transport
npx @openyida/mcp-app
# Server listening on http://localhost:3001/mcpPrerequisites
Node.js ≥ 18
openyida 2026.7.13 CLI installed (
npm install -g openyida@2026.7.13) — needed for the legacy Cookie / QR authentication flow
Before using MCP tools, log in to Yida with the legacy OpenYida CLI:
openyida loginAvailable Tools
Tool | Description | Interactive UI |
| List all Yida applications | ✅ App Dashboard |
| Create a new application | — |
| Get form schema & field IDs | ✅ Form Preview |
| Create a form with fields | — |
| Query form data instances | — |
| Create a form data record | — |
| Query data for chart visualization | ✅ Report Chart |
| Create a Yida report | — |
| Check login status | — |
| Trigger login flow | — |
Development
cd mcp-app
npm install
npm run dev # Watch mode (views + server)
npm run build # Production buildLicense
MIT — see LICENSE
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for building and testing AI agents with multi-model experimentation and insights.
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA powerful AI service platform that provides complete MCP tool calling capabilities and RAG knowledge base functionality, enabling users to connect to multiple MCP servers and perform intelligent document search.Apache 2.0
- AlicenseCqualityDmaintenanceMCP server for the AIRIOT IoT platform, enabling AI assistants to manage data tables, records, devices, alarms, files, and more through natural language.606 npm1MIT
- AlicenseAqualityBmaintenanceMCP server that establishes feedback-oriented development workflows with dual Web UI and desktop application interfaces, enabling AI to confirm with users via prompts and real-time feedback to reduce speculative operations and improve efficiency.2MIT
- AlicenseAqualityCmaintenanceMCP server that exposes all AgileConfig RESTful APIs as tools, enabling AI assistants to manage configuration, applications, users, nodes, and more via natural language.365 npmMIT