https://github.com/antfu/nuxt-mcp-dev
MCP server helping models to understand your Vite/Nuxt app better.
https://github.com/antfu/nuxt-mcp-dev
mcp nuxt vite
Last synced: 11 days ago
JSON representation
MCP server helping models to understand your Vite/Nuxt app better.
- Host: GitHub
- URL: https://github.com/antfu/nuxt-mcp-dev
- Owner: antfu
- License: mit
- Created: 2025-03-11T05:10:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-13T05:05:24.000Z (about 2 months ago)
- Last Synced: 2026-02-13T06:32:27.208Z (27 days ago)
- Topics: mcp, nuxt, vite
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 899
- Watchers: 7
- Forks: 48
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# nuxt-mcp-dev / vite-plugin-mcp
[![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]
MCP server helping models to understand your local Vite/Nuxt app better.
This monorepo contains two packages:
- [`nuxt-mcp-dev`](./packages/nuxt-mcp-dev) - A Nuxt module for adding MCP support to your Nuxt dev server.
- [`vite-plugin-mcp`](./packages/vite-plugin-mcp) - A Vite plugin for adding MCP support to your Vite app.
> [!IMPORTANT]
> Experimental. Use with caution.
> To build a MCP server for your Nuxt application, checkout the [@nuxtjs/mcp-toolkit](https://github.com/nuxt-modules/mcp-toolkit) module.
> To add the Nuxt documentation MCP server, checkout https://nuxt.com/docs/4.x/guide/ai/mcp
## Sponsors
## License
[MIT](./LICENSE) License © [Anthony Fu](https://github.com/antfu)
[npm-version-src]: https://img.shields.io/npm/v/nuxt-mcp-dev?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/nuxt-mcp-dev
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-mcp-dev?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/nuxt-mcp-dev
[bundle-src]: https://img.shields.io/bundlephobia/minzip/nuxt-mcp-dev?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=nuxt-mcp-dev
[license-src]: https://img.shields.io/github/license/antfu/nuxt-mcp-dev.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/antfu/nuxt-mcp-dev/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/nuxt-mcp-dev