A demo project showcasing integration of MCP-B (Model Context Protocol Browser) with Nuxt 3.
MCP-B allows the website to become a MCP server exposing various tools. Read more about MCP-B here
The code for the MCP Server and tools are in app.vue. Checkout the composable branch to see how to use MCP-B with a Nuxt 3 composable.
- Nuxt 3 framework
- MCP-B transports integration
- Model Context Protocol SDK
Install the Chrome Extension
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun installStart the development server on http://localhost:3000:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev