$git clone https://github.com/antfu/nuxt-mcp-dev[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![bundle][bundle-src]][bundle-href] [![JSDocs][jsdocs-src]][jsdocs-href] [![License][license-src]][license-href]
| 1 | # nuxt-mcp-dev / vite-plugin-mcp |
| 2 | |
| 3 | [![npm version][npm-version-src]][npm-version-href] |
| 4 | [![npm downloads][npm-downloads-src]][npm-downloads-href] |
| 5 | [![bundle][bundle-src]][bundle-href] |
| 6 | [![JSDocs][jsdocs-src]][jsdocs-href] |
| 7 | [![License][license-src]][license-href] |
| 8 | |
| 9 | MCP server helping models to understand your local Vite/Nuxt app better. |
| 10 | |
| 11 | This monorepo contains two packages: |
| 12 | |
| 13 | - [`nuxt-mcp-dev`](./packages/nuxt-mcp-dev) - A Nuxt module for adding MCP support to your Nuxt dev server. |
| 14 | - [`vite-plugin-mcp`](./packages/vite-plugin-mcp) - A Vite plugin for adding MCP support to your Vite app. |
| 15 | |
| 16 | > [!IMPORTANT] |
| 17 | > Experimental. Use with caution. |
| 18 | |
| 19 | > To build a MCP server for your Nuxt application, checkout the [@nuxtjs/mcp-toolkit](https://github.com/nuxt-modules/mcp-toolkit) module. |
| 20 | |
| 21 | > To add the Nuxt documentation MCP server, checkout https://nuxt.com/docs/4.x/guide/ai/mcp |
| 22 | |
| 23 | ## Sponsors |
| 24 | |
| 25 | <p align="center"> |
| 26 | <a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg"> |
| 27 | <img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/> |
| 28 | </a> |
| 29 | </p> |
| 30 | |
| 31 | ## License |
| 32 | |
| 33 | [MIT](./LICENSE) License © [Anthony Fu](https://github.com/antfu) |
| 34 | |
| 35 | <!-- Badges --> |
| 36 | |
| 37 | [npm-version-src]: https://img.shields.io/npm/v/nuxt-mcp-dev?style=flat&colorA=080f12&colorB=1fa669 |
| 38 | [npm-version-href]: https://npmjs.com/package/nuxt-mcp-dev |
| 39 | [npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-mcp-dev?style=flat&colorA=080f12&colorB=1fa669 |
| 40 | [npm-downloads-href]: https://npmjs.com/package/nuxt-mcp-dev |
| 41 | [bundle-src]: https://img.shields.io/bundlephobia/minzip/nuxt-mcp-dev?style=flat&colorA=080f12&colorB=1fa669&label=minzip |
| 42 | [bundle-href]: https://bundlephobia.com/result?p=nuxt-mcp-dev |
| 43 | [license-src]: https://img.shields.io/github/license/antfu/nuxt-mcp-dev.svg?style=flat&colorA=080f12&colorB=1fa669 |
| 44 | [license-href]: https://github.com/antfu/nuxt-mcp-dev/blob/main/LICENSE |
| 45 | [jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669 |
| 46 | [jsdocs-href]: https://www.jsdocs.io/package/nuxt-mcp-dev |