nuxt-mcp-dev
ECOSYSTEM REFERENCENO AUTHMITOpen SourceSource: @agenticmarket· community reference
Nuxt MCP Dev is a developer-focused MCP server that provides structured access to Nuxt documentation, modules, blog content, and deployment resources for AI agents and automation workflows.
Setup Guide
{
"mcpServers": {
"nuxt-mcp-dev": {
"type": "http",
"url": "https://nuxt.com/mcp"
}
}
}Tools
get_blog_post
Retrieve the full content, metadata, and details of a specific Nuxt blog post using its exact path. Use this when you already know the blog URL or slug and need complete post data including title, body, and metadata.
get_changelog
Fetch the latest releases, updates, and changelogs from Nuxt core and official modules. Ideal for tracking new features, bug fixes, and version updates across the Nuxt ecosystem.
get_deploy_provider
Get detailed deployment instructions and configuration steps for a specific hosting provider like Vercel, Netlify, or Cloudflare. Use this when you know the exact provider and need setup guidance.
get_documentation_page
Retrieve complete content from a specific Nuxt documentation page using its exact path. Best used when you already know the documentation URL and want in-depth technical details.
get_getting_started_guide
Access the official Nuxt getting started guide for a specified version. Useful for onboarding, setup instructions, and learning the basics of Nuxt development.
get_module
Fetch detailed information about a specific Nuxt module, including README, compatibility, maintainers, and usage stats. Use this when you know the exact module name or slug.
list_blog_posts
Discover and browse all available Nuxt blog posts with metadata like titles, tags, and descriptions. Use this when searching for topics or exploring recent updates.
list_deploy_providers
Explore all supported deployment platforms for Nuxt applications, including their features and capabilities. Ideal for comparing hosting options and selecting the best deployment solution.
list_documentation_pages
Browse and search all Nuxt documentation pages by category and topic. Use this when you don’t know the exact page path and want to discover relevant documentation.
list_modules
Search and explore available Nuxt modules with filtering options like category, popularity, and keywords. Useful for finding modules for authentication, UI, SEO, and more.
Compatibility
About
Nuxt MCP Dev
Nuxt MCP Dev is an experimental Model Context Protocol (MCP) server designed to help AI models better understand your Nuxt and Vite applications during development.
It provides structured, real-time context about your project’s codebase, configuration, and environment—enabling smarter AI-assisted workflows inside editors and developer tools.
🚀 What It Does
Nuxt MCP Dev enhances AI-assisted development by exposing your application's internal structure to MCP-compatible tools.
Instead of relying only on static knowledge, AI models can:
- Understand your project structure
- Access runtime development context
- Improve accuracy of code generation and debugging
- Provide context-aware suggestions based on your actual app
🧩 Architecture
This project is a monorepo containing:
nuxt-mcp-dev→ Nuxt module for integrating MCP into Nuxt dev servervite-plugin-mcp→ Vite plugin for enabling MCP in Vite projects
⚡ Key Features
-
🧠 Context-aware AI assistance Helps AI tools understand your real project instead of guessing
-
🔌 Seamless integration Works directly with Nuxt and Vite development environments
-
⚙️ Dev server integration Runs alongside your development workflow
-
🧪 Experimental capabilities Designed for exploring next-gen AI + dev workflows
🎯 When to Use
Use Nuxt MCP Dev when:
- Building AI-powered developer tools
- Enhancing IDE assistants (Cursor, VS Code MCP clients, etc.)
- Experimenting with agent-based workflows
- Improving AI accuracy for Nuxt/Vite projects
- Enabling context-aware coding assistance
❌ When NOT to Use
- For production-critical workflows (experimental project)
- For general-purpose web scraping or APIs
- If you need stable, official Nuxt AI tooling (use official Nuxt MCP servers instead)
🧑💻 Use Cases
- AI coding assistants with real project awareness
- Debugging complex Nuxt/Vite setups
- Automating development workflows
- Context-aware code generation
Install and Troubleshooting Intent Coverage
Developer-install and troubleshooting intent for community MCP server listings.
install mcp server / mcp server setup guide
mcp json config example / vscode mcp setup
mcp server not working / mcp tools not showing
mcp server compatibility matrix / cursor vs vscode mcp compatibility
mcp server monetization options / convert community mcp server to paid listing
Related Setup, Debug, and Learning Links
Server registry requirements
Devtool listings often graduate from explore to registry.
Publish server guide
Action path for maintainers ready to list production versions.
CLI installation guide
Install baseline for all IDEs before listing-specific setup.
Using servers guide
Covers runtime usage patterns and auth flow.
Cursor setup walkthrough
High-intent setup path for developer troubleshooting journeys.
Troubleshooting: server not working
Common failure modes for install and runtime issues.
Troubleshooting: tools not showing
Covers discovery/listing failures across major IDEs.
Related explore entry: Memory
Keeps same-intent users on matched category and tool shape.
Related explore entry: Roundtable MCP
Keeps same-intent users on matched category and tool shape.
Related explore entry: Sequential Thinking
Keeps same-intent users on matched category and tool shape.
Related explore entry: Everything MCP Server
Keeps same-intent users on matched category and tool shape.
Install this server instantly with the AgenticMarket CLI — zero config, auto-detects your IDE.
$npx agenticmarket install nuxt-mcp-devMemory
Give your AI assistant persistent memory across conversations. The Memory server stores entities, relations, and observations in a local knowledge graph that persists between sessions.
Roundtable MCP
Multi-model AI council MCP server that enables collaborative reasoning for architecture, debugging, code review, and engineering decisions.
Sequential Thinking
Enhance your AI assistant's reasoning with structured, step-by-step thinking. Supports revisions, branching, and dynamic adjustment of reasoning depth.
Everything MCP Server
The official MCP reference server that exercises every protocol feature — prompts, tools, resources, sampling, and all transports. Built for MCP client developers and testing.
AgenticMarket