
MCP-APP
Supports UIby taptrust
AI-powered MCP server that generates interactive surveys, visualizations, and product cards on-demand.
What it does
Generates interactive applications from natural language prompts. It uses Mastra AI agents to create JSON schemas for UI components which are then rendered as interactive apps within MCP-UI compatible clients.
Key features
- AI-Powered Generation: Prompt-to-app workflow using LLMs (OpenAI, Anthropic, Gemini).
- Interactive Components: Generates surveys, data visualizations, and rich product cards.
- Dynamic Rendering: Returns MCP-UI resources with iframe URLs for independent execution.
- Multi-Provider Support: Flexible AI backend integration.
Installation
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"MCP-APP": {
"command": "node",
"args": ["/path/to/MCP-APP/dist/index.js"],
"env": {
"MCP_APP_API_KEY": "your-secret-api-key",
"OPENAI_API_KEY": "your-openai-key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
pnpm install && pnpm build && pnpm startInformation
- Pricing
- free
- Published
- 5/2/2026
- stars





