Back to Home
antfu icon

nuxt-mcp-dev

by antfu

Overview

Provides a Model Context Protocol (MCP) server for Vite/Nuxt applications, offering AI models insights into the app's setup and module graphs.

Installation

Run Command
pnpm -C packages/nuxt-mcp-dev play

Environment Variables

  • DEBUG
  • PORT

Security Notes

The project is explicitly marked as 'Experimental. Not ready for production.' The server exposes an SSE endpoint and a message POST endpoint, which, if not handled carefully, could be a vector for attacks. Automatic updates to config files (`.cursor/mcp.json`, `.vscode/mcp.json`, `~/.codeium/windsurf/mcp_config.json`, `.mcp.json`) could be risky if the plugin itself is compromised or if arbitrary remote URLs are added via `updateConfigAdditionalServers`. The `toolsScaffold` function executes `nuxi` commands, and while `zod` schemas are used for input, potential command injection vulnerabilities could arise if parameters are not sufficiently sanitized before execution.

Similar Servers

Stats

Interest Score99
Security Score3
Cost ClassLow
Stars870
Forks44
Last Update2025-12-02

Tags

MCPViteNuxtDeveloper ToolAI Context