mcp-app-vanilla.md

MCP App Vanilla Starter

UI App
from"modelcontextprotocol"
2.4k

Vanilla JavaScript starter for framework-free MCP Apps development

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