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
VitePressvitepress.dev454.58 / 5
Pinia Coladapinia-colada.esm.dev494.83 / 5
VeeValidatevee-validate.logaretm.com544.21 / 5
FormKitformkit.com554.59 / 5
shadcn-vueshadcn-vue.com504.30 / 5
Vue Flowvueflow.dev504.82 / 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, vitepress=true, pinia_colada=true, vee_validate=true, formkit=true, shadcn_vue=true, vue_flow=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
vitepressbooleanfalseEnable VitePress documentation
pinia_coladabooleanfalseEnable Pinia Colada documentation
vee_validatebooleanfalseEnable VeeValidate documentation
formkitbooleanfalseEnable FormKit documentation
shadcn_vuebooleanfalseEnable shadcn-vue documentation
vue_flowbooleanfalseEnable Vue Flow 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✅ Available
Pinia Colada✅ Available
VeeValidate✅ Available
FormKit✅ Available
shadcn-vue✅ Available
Vue Flow✅ Available
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.