mcp-app-react.md

MCP App React Starter

UI App
from"modelcontextprotocol"
2.4k

React starter template for building MCP Apps with interactive UI components

Developer Tools
ReactstartertemplateUI
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/starters/react
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve