by @nuxt
Official Nuxt MCP (Model Context Protocol) server that enables AI assistants like Claude Code, Cursor, ChatGPT, and Windsurf to access Nuxt documentation, blog posts, and deployment guides through structured JSON data. Provides 7 tools organized into three categories: Documentation (3 tools for listing pages, getting content, getting started guides), Blog (2 tools for listing and retrieving posts), and Deployment (2 tools for listing providers and getting deployment instructions). Offers 3 resources for discovery: documentation-pages (browse all docs, defaults to v4.x), blog-posts (browse releases and tutorials), and deploy-providers (browse hosting platforms). Includes 3 guided prompts: find_documentation_for_topic (find best docs for features), deployment_guide (get hosting instructions), and migration_help (migrate between versions). Uses HTTP transport protocol (https://nuxt.com/mcp) with no authentication required. Supports multiple AI assistants: ChatGPT (Pro/Plus web accounts via custom connectors), Claude Code (via CLI), Claude Desktop (mcp-remote), Cursor (one-click install), Le Chat Mistral, VS Code (GitHub Copilot extensions required), GitHub Copilot Agent (repository admin access required), Windsurf, Zed, and Opencode. Resources accessible with @ symbol in Claude Code. Prompts accessible with / symbol. Configuration examples provided for all supported platforms. Enables natural language queries like "List all available Nuxt documentation pages", "Get the introduction documentation", "What's the difference between v3 and v4?", "How do I deploy to Vercel?", "Show me the latest blog posts", "Help me migrate from Nuxt 3 to Nuxt 4". Built for Vue.js framework. Official Nuxt product with comprehensive documentation integration.
This server provides the following tools for AI assistants:
Get the getting started guide for a specific Nuxt version (3.x or 4.x)
List all available Nuxt documentation pages with categories and basic information, supports version filtering (3.x, 4.x, or all)
Retrieve documentation page content and details by path for specific topics or features
List all Nuxt blog posts with metadata including dates, categories, tags, releases, and tutorials
Retrieve blog post content and details by path including release notes and tutorials
List all deployment providers and hosting platforms available for Nuxt applications
Retrieve deployment provider details and step-by-step instructions by path for specific hosting platforms