mcp-app-vue.md

MCP App Vue Starter

UI App
from"modelcontextprotocol"
2.4k

Vue.js starter template for building MCP Apps with reactive UI

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