MCPHub LabRegistrynuxt-mcp-dev
antfu

nuxt mcp dev

Built by antfu 903 stars

What is nuxt mcp dev?

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

How to use nuxt mcp dev?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add nuxt mcp dev using the following command: npx @modelcontextprotocol/nuxt-mcp-dev 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/nuxt-mcp-dev --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/nuxt-mcp-dev

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

nuxt mcp dev FAQ

Q

Is nuxt mcp dev safe?

Yes, nuxt mcp dev follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is nuxt mcp dev up to date?

nuxt mcp dev is currently active in the registry with 903 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for nuxt mcp dev?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

nuxt-mcp-dev / vite-plugin-mcp

npm version npm downloads bundle JSDocs License

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

This monorepo contains two packages:

  • nuxt-mcp-dev - A Nuxt module for adding MCP support to your Nuxt dev server.
  • 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 module.

To add the Nuxt documentation MCP server, checkout https://nuxt.com/docs/4.x/guide/ai/mcp

Sponsors

<p align="center"> <a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg"> <img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/> </a> </p>

License

MIT License © Anthony Fu

<!-- Badges -->

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "nuxt-mcp-dev": { "command": "npx", "args": ["nuxt-mcp-dev"] } } }