Back to MCP directory
publicPublicdnsLocal runtime

nuxt-mcp

为Nuxt/Vite应用提供MCP服务器支持,帮助模型更好地理解应用结构。

article

README

🚀 nuxt-mcp / vite-plugin-mcp

这是一个 MCP 服务器,能帮助模型更好地理解你的 Vite/Nuxt 应用。此单仓库包含两个包,分别为 Nuxt 应用和 Vite 应用添加 MCP 支持。

npm 版本 npm 下载量 包大小 JSDocs 许可证

🚀 快速开始

此单仓库包含两个包:

  • nuxt-mcp - 为你的 Nuxt 应用添加 MCP 支持的 Nuxt 模块。
  • vite-plugin-mcp - 为你的 Vite 应用添加 MCP 支持的 Vite 插件。

⚠️ 重要提示

此功能仍处于实验阶段。请谨慎使用。

💰 赞助商

📄 许可证

MIT 许可证 © Anthony Fu

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client