Nuxt.js Official Docs Nuxt Ecosystem

Done in 10 seconds. Connect all official Nuxt 3/4 documentation directly to your AI editor

One config. Your AI editor reads the latest official Nuxt 3/4 docs directly and writes spec-accurate code — no hallucinations.

Connection Architecture

How AI editors reference official documentation via Qandar MCP Bridge

AI Editors / Tools
CursorClaude
Protocol
stdio
Qandar MCP Bridge
npx @qandar/mcp-bridge
Fetch Catalog & Specs
https://
Qandar Cloud (Catalogs)
mcp.qandar.com

What You Can Do with Qandar MCP

Available Tools

Nuxt core MCP Server

The Nuxt core MCP server provides the following tools for your AI assistant:

get_nuxt_docs tool

Retrieve documentation for Nuxt core

Arguments
topic(string)— The topic of the documentation to retrieve.
search_nuxt_docs tool

Search documentation for Nuxt core using a query string.

Arguments
query(string)— The search query to match against titles and descriptions.

Nuxt UI MCP Server

The Nuxt UI MCP server provides the following tools for your AI assistant:

get_nuxt_ui_docs tool

Retrieve documentation for Nuxt UI

Arguments
topic(string)— The topic of the documentation to retrieve.
search_nuxt_ui_docs tool

Search documentation for Nuxt UI using a query string.

Arguments
query(string)— The search query to match against titles and descriptions.

Nuxt Content MCP Server

The Nuxt Content MCP server provides the following tools for your AI assistant:

get_nuxt_content_docs tool

Retrieve documentation for Nuxt Content

Arguments
topic(string)— The topic of the documentation to retrieve.
search_nuxt_content_docs tool

Search documentation for Nuxt Content using a query string.

Arguments
query(string)— The search query to match against titles and descriptions.

Nuxt Image MCP Server

The Nuxt Image MCP server provides the following tools for your AI assistant:

get_nuxt_image_docs tool

Retrieve documentation for Nuxt Image

Arguments
topic(string)— The topic of the documentation to retrieve.
search_nuxt_image_docs tool

Search documentation for Nuxt Image using a query string.

Arguments
query(string)— The search query to match against titles and descriptions.

Nuxt i18n MCP Server

The Nuxt i18n MCP server provides the following tools for your AI assistant:

get_nuxt_i18n_docs tool

Retrieve documentation for Nuxt i18n

Arguments
topic(string)— The topic of the documentation to retrieve.
search_nuxt_i18n_docs tool

Search documentation for Nuxt i18n using a query string.

Arguments
query(string)— The search query to match against titles and descriptions.

Once configured, AI editors like Cursor or Roo Code (Cline) will automatically select and call these tools to generate answers.

Official MCP vs Qandar MCP

Comparison of MCP support status for libraries and documentation in this stack

Library / DocumentOfficial MCPQandar MCP
Nuxt core
Not Provided Supported
Nuxt UI
Not Provided Supported
Nuxt Content
Not Provided Supported
Nuxt Image
Not Provided Supported
Nuxt i18n
Not Provided Supported
Step-by-step

AI Editor Configuration Steps

Select your editor and follow the setup instructions.

Nuxt core

All basic documentation including routing, composables, and auto-import rules.

https://mcp.qandar.com/nuxt-docs/catalog.json
Nuxt UI

UI implementation guide specs including Tailwind CSS v4 components, props, and slots.

https://mcp.qandar.com/nuxt-ui-docs/catalog.json
Nuxt Content

Markdown syntax and content processing APIs, including queryCollection for v3.

https://mcp.qandar.com/nuxt-content-docs/catalog.json
Nuxt Image

Configuration options for <NuxtImg> and <NuxtPicture> components used in image optimization.

https://mcp.qandar.com/nuxt-image-docs/catalog.json
Nuxt i18n

Multi-language localization rules, route configurations, and translation file setups.

https://mcp.qandar.com/nuxt-i18n-docs/catalog.json

Copy JSON 0 docs

Select your editor and follow the setup instructions.

Open Cursor Settings → Features → MCP → click "+ Add New MCP Server". Fill in the fields below and click Save.

Name:qandar-nuxt
Type:stdio
Command:npx
Args:

Settings → Features → MCP → + Add New MCP Server

@qandar/mcp-bridge is the lightweight stdio → SSE proxy. It is automatically installed by npx — no global install needed.

Try Our App

Qandar App

With Qandar App, you can freely combine and use the latest documents, specific version documents, and custom document sets for each project.