@openyida/mcp-app
OfficialClick on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA 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.60101MIT
- Alicense-qualityDmaintenanceThis MCP server connects ChatGPT to ERPNext, enabling AI-powered business analytics, report generation, and document management.MIT
- FlicenseAqualityBmaintenanceMCP 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.2
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
GibsonAI MCP server: manage your databases with natural language
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/openyida/openyida-mcp-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server