Skip to content

Supported Frameworks

Vue Docs MCP provides deep, structured access to the Vue ecosystem documentation. Each framework gets its own set of tools, resources, and prompts, purpose-built for that library's API surface.

Available

FrameworkDocsQuestions EvaluatedComposite Score
Vue.jsvuejs.org1734.82 / 5
Vue Routerrouter.vuejs.org494.78 / 5
VueUsevueuse.org504.89 / 5
Vitevite.dev494.95 / 5
Vitestvitest.dev504.77 / 5
Nuxtnuxt.com494.80 / 5
Piniapinia.vuejs.org494.81 / 5
Vue DevToolsdevtools.vuejs.org504.37 / 5

What Each Framework Provides

When a framework is enabled, your AI assistant gains:

  • 3 tools for searching, looking up APIs, and discovering related concepts
  • 5+ resources for browsing the table of contents, reading pages, and exploring the API index
  • 3 prompts for guided debugging, API comparison, and migration workflows

When two or more frameworks are active, a cross-framework ecosystem_search tool becomes available.

Activating Frameworks

Only Vue.js is enabled by default. Call set_framework_preferences to activate additional frameworks for the current session:

set_framework_preferences(vue=true, vue_router=true, vueuse=true, vite=true, vitest=true, nuxt=true, pinia=true)

Parameters

ParameterTypeDefaultDescription
vuebooleantrueEnable Vue.js core documentation
vue_routerbooleanfalseEnable Vue Router documentation
vueusebooleanfalseEnable VueUse documentation
vitebooleanfalseEnable Vite documentation
vitestbooleanfalseEnable Vitest documentation
nuxtbooleanfalseEnable Nuxt documentation
piniabooleanfalseEnable Pinia documentation
vue_devtoolsbooleanfalseEnable Vue DevTools documentation

After calling this, your AI assistant will have access to tools, resources, and prompts for all enabled frameworks. When more than one framework is active, an ecosystem_search tool becomes available that searches across all frameworks simultaneously.

Read ecosystem://preferences to check which frameworks are currently active. Read ecosystem://sources to see all supported frameworks and their status.

Roadmap

FrameworkStatus
Vue.js✅ Available
Vue Router✅ Available
VueUse✅ Available
Vite✅ Available
Vitest✅ Available
Nuxt✅ Available
Pinia✅ Available
Vue DevTools✅ Available
VitePress📆 Planned
Pinia Colada📆 Planned
VeeValidate📆 Planned
FormKit📆 Planned
shadcn-vue📆 Planned
Nuxt UI📆 Planned
TanStack Query📆 Planned
PrimeVue📆 Planned
Vuetify📆 Planned
Quasar📆 Planned
Radix Vue📆 Planned

Want to see a framework added or reprioritized? Open an issue on GitHub.