@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
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.
Latest Blog Posts
- 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