MCP Directory
Back

nuxt-mcp-dev

by antfu · TypeScript · ★ 910

MCP server helping models to understand your Vite/Nuxt app better.

#mcp#nuxt#vite

Install

npx -y github:antfu/nuxt-mcp-dev

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "nuxt-mcp-dev": {
      "command": "npx",
      "args": [
        "-y",
        "github:antfu/nuxt-mcp-dev"
      ]
    }
  }
}

From the README

[![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: - [](./packages/nuxt-mcp-dev) - A Nuxt module for adding MCP support to your Nuxt dev server. - [](./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…
Read full README on GitHub →

Related other servers