https://github.com/antfu/nuxt-mcp
MCP server helping models to understand your Vite/Nuxt app better.
https://github.com/antfu/nuxt-mcp
mcp nuxt vite
Last synced: about 1 month ago
JSON representation
MCP server helping models to understand your Vite/Nuxt app better.
- Host: GitHub
- URL: https://github.com/antfu/nuxt-mcp
- Owner: antfu
- License: mit
- Created: 2025-03-11T05:10:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-05-14T04:23:31.000Z (about 1 month ago)
- Last Synced: 2025-05-14T08:57:57.952Z (about 1 month ago)
- Topics: mcp, nuxt, vite
- Language: TypeScript
- Homepage:
- Size: 343 KB
- Stars: 634
- Watchers: 6
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- mcp-index - Nuxt MCP - Enhances Vite/Nuxt applications with advanced model understanding capabilities to improve interactions and functionalities. Integrates seamlessly into applications for better AI model performance in recognizing and processing app-specific data. (Task and Project Management)
README
# nuxt-mcp / 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 Vite/Nuxt app better.
This monorepo contains two packages:
- [`nuxt-mcp`](./packages/nuxt-mcp) - A Nuxt module for adding MCP support to your Nuxt app.
- [`vite-plugin-mcp`](./packages/vite-plugin-mcp) - A Vite plugin for adding MCP support to your Vite app.> [!IMPORTANT]
> Experimental. Use with caution.## Sponsors
## License
[MIT](./LICENSE) License © [Anthony Fu](https://github.com/antfu)
[npm-version-src]: https://img.shields.io/npm/v/nuxt-mcp?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/nuxt-mcp
[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-mcp?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/nuxt-mcp
[bundle-src]: https://img.shields.io/bundlephobia/minzip/nuxt-mcp?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=nuxt-mcp
[license-src]: https://img.shields.io/github/license/antfu/nuxt-mcp.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/antfu/nuxt-mcp/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