mcp-app-svelte.md

MCP App Svelte Starter

UI App
from"modelcontextprotocol"
2.4k

Svelte starter template for lightweight MCP Apps development

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