@openyida/mcp-app
MCP server that brings interactive UIs for Yida low-code platform into AI chat conversations, enabling app management, form schema preview, and report chart visualization.
README
<div align="center">
@openyida/mcp-app
Interactive UIs for Yida low-code platform — renders inline in Claude, ChatGPT, VS Code and other MCP hosts.
</div>
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/mcp
Prerequisites
- 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 login
Available Tools
| Tool | Description | Interactive UI |
|---|---|---|
yida_list_apps |
List all Yida applications | ✅ App Dashboard |
yida_create_app |
Create a new application | — |
yida_get_schema |
Get form schema & field IDs | ✅ Form Preview |
yida_create_form |
Create a form with fields | — |
yida_query_data |
Query form data instances | — |
yida_create_instance |
Create a form data record | — |
yida_query_report |
Query data for chart visualization | ✅ Report Chart |
yida_create_report |
Create a Yida report | — |
yida_login_status |
Check login status | — |
yida_login |
Trigger login flow | — |
Development
cd mcp-app
npm install
npm run dev # Watch mode (views + server)
npm run build # Production build
License
MIT — see LICENSE
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.