Skip to main content
Glama
openyida

@openyida/mcp-app

Official
by openyida

@openyida/mcp-app

Interactive UIs for Yida low-code platform — renders inline in Claude, ChatGPT, VS Code and other MCP hosts.

npm version License: MIT Node.js ≥18


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

-
license - not tested
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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