Vuetify MCP
by Vuetify MCP
Give a coding agent version-accurate Vuetify component APIs, install guides and v3-to-v4 migration notes instead of training-cutoff guesses. 31 tools, 21 documentation tools with no sign-in.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Vuetify MCP via MCP
https://mcp.vuetifyjs.com/mcpWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Vuetify MCP Tools & Capabilities (31)
Download and cache Vuetify API types by version
Return the API list for a Vuetify component
Return the API information for a Vuetify directive
Get detailed information about how to install Vuetify in a variety of environments.
Get a list of available features in the documentation.
Get the information about a specific feature in the documentation.
Get a list of exports from the Vuetify npm package
Get a list of frequently asked questions about Vuetify.
Get release notes for one or more versions of Vuetify.
Get the README contents for @vuetify/one package from GitHub, including installation and usage instructions.
Get the upgrade guide for migrating between Vuetify major versions (v1.5→v2, v2.7→v3, v3→v4).
Get Vuetify 4 breaking changes, optionally filtered by category. Returns migration guidance for each change.
Get the README contents for @vuetify/v0 (Vuetify0) package from GitHub, including installation and usage instructions for this headless meta-framework.
Get the package-specific documentation for @vuetify/v0 from GitHub.
Get a comprehensive list of all 71 composables available in @vuetify/v0, organized by category (foundation, registration, selection, forms, system, plugins, data, reactivity, transformers).
Get a list of all 40 headless components available in @vuetify/v0.
Get detailed documentation and source code for a specific @vuetify/v0 composable.
Get detailed documentation and source code for a specific @vuetify/v0 component.
Get a list of all subpath exports available in @vuetify/v0 (utilities, types, constants, date, data-table, palettes, theme, locale, logger, and more).
Get the latest SKILL.md reference for @vuetify/v0 — a compact guide with patterns, anti-patterns, and common mistakes optimized for AI coding assistants.
Generate a link to the Vuetify issues site with the repository and bug report type pre-selected.
Create a Vuetify bin. Use of this tool requires a vuetify one subscription
Get all user bins. Use of this tool requires a vuetify one subscription
Update an existing Vuetify bin. Use of this tool requires a vuetify one subscription
Get a bin by ID. Use of this tool requires a vuetify one subscription
Create a Vuetify short link (vtfy.link). Use of this tool requires a vuetify one subscription
Get all user links. Use of this tool requires a vuetify one subscription
Create a Vuetify playground. Content should be a Vue SFC. Use of this tool requires a vuetify one subscription
Get all user playgrounds. Use of this tool requires a vuetify one subscription
Update an existing Vuetify playground. Use of this tool requires a vuetify one subscription
Get a playground by ID. Use of this tool requires a vuetify one subscription
Read from the server on 2026-08-17, including each tool's own safety annotations.
Limits
- No filesystem or repository access. Nothing in the 31 schemas reads, writes or scans a local project. When Vuetify's docs suggest prompting an agent to "scan this repo for Vuetify 3 patterns that break in v4", the scanning is done by your coding agent's own file tools; this connector supplies only the breaking-change list.
- Ten tools need a paid subscription. Every Vuetify One tool description states that use requires a Vuetify One subscription. Without one, the usable surface is the 21 documentation tools.
- Five write tools carry no
readOnlyHint. They affirmdestructiveHint: trueand say nothing on the read-only axis. Absent is not false — see the annotations section above. - Bins default to public and link slugs to global. The
create_vuetify_binschema'svisibilitydefaults topublic;create_vuetify_link'sscopeddefaults tofalse, reserving the slug globally. Both are avoidable only by supplying the parameter explicitly. - Nothing deletes, and nothing rolls back. There is no delete tool for bins, playgrounds or links, and no version history.
- Claude Desktop cannot use the hosted URL. Per Vuetify's docs, that client is stdio-only. Use the
mcp-remotebridge or the local package. - The upgrade path enum is three values.
get_upgrade_guideacceptsv1.5,v2.7andv3as source versions. Migrations from other starting points are not covered by that tool. - Two schema statements about v0 composable categories disagree. The
get_vuetify0_composable_listdescription names nine categories; theget_vuetify0_composable_guidecategoryenum lists ten, addingsemantic. Trust the enum, since it is what the server validates against. - The MCP privacy policy could not be read. The URL in Anthropic's directory entry is served by a single-page app that returns its shell for every path, so no policy text was retrievable by our client. We make no claim about what the hosted server logs or retains. See Sources.
- The GitHub README lags the deployed server. It documents a tool named
get_available_featuresthat the live server does not expose, states Vuetify 3.x compatibility without mentioning the v4 tools that are live, and omits the Vuetify One tools entirely. The docs site is current; the README is not. - We did not exercise any tool. Our check was a read-only
initializeandtools/listhandshake. Every capability described above comes from the server's own tool descriptions and schemas plus Vuetify's published documentation — not from calling anything. - Self-hosted deployments are out of scope. This page describes the hosted endpoint only.
Frequently asked questions
Does the Vuetify MCP server need an account or sign-in?
Not for documentation. We opened an anonymous handshake against the endpoint on 2026-08-17 and the server returned all 31 tool definitions without a credential. Vuetify's own docs state that documentation and API tools need no login. The ten Vuetify One tools are different: their descriptions say each requires a Vuetify One subscription, and the server publishes an OAuth descriptor for that path.
Why does Claude Desktop reject the Vuetify MCP URL?
Because Claude Desktop only accepts stdio servers. Vuetify's documentation states plainly that direct HTTP transport is not supported in the Claude Desktop configuration file. Use the mcp-remote bridge to consume the hosted server over stdio, or run the package locally with npx. Claude Code, Cursor, Codex and Kimi all take the hosted URL directly.
Which Vuetify versions can the connector return APIs for?
Any published version, defaulting to the latest. The live schemas for the three API tools all take an optional version string that defaults to latest and accepts a specific release such as 3.0.0. The upgrade guide tool is narrower: its enum offers exactly three source versions, v1.5, v2.7 and v3, so those are the documented migration paths.
Can the Vuetify MCP server write code into my project?
No. Nothing in the 31 live schemas touches your filesystem, your repository or your running application. The connector returns documentation, API definitions and migration guidance as text, and your agent decides what to do with it. The only writes it performs are to Vuetify's own hosted services, and those require a Vuetify One subscription.
What does create_bug_report actually do?
It builds a URL, nothing more. The tool's own description says it generates a link to the Vuetify issues site with the repository and bug report type pre-selected, and the server annotates it readOnlyHint true. No issue is filed, no GitHub credential is used, and nothing is posted. You still open the link and submit the report yourself.
Are bins and playgrounds created by the connector public by default?
Bins are. The live create_vuetify_bin schema defaults its visibility parameter to public, so a bin created without an explicit setting is world-readable. Pass private if the snippet contains anything you would not publish. The create_vuetify_link schema has a related default: scoped is false, which reserves your chosen slug globally rather than only within your account.
How does this connector differ from Vuetify's llms.txt files?
It is queryable rather than bulk. Vuetify's documentation makes the distinction directly, saying that unlike llms.txt the MCP server is real-time and queryable. An llms.txt bundle is a static snapshot the agent loads wholesale, while a tool call fetches one component API, one guide or one release note at the version you name.
Sources
- Vuetify MCP documentation (retrieved 2026-08-17; HTTP 200, zero redirects). This is the
documentationURL in Anthropic's directory entry, and it is live and current — the0.host is Vuetify's Vuetify0 documentation site, not a preview or a redirect. Source for the 31-tool count, the public-versus-Vuetify-One split, the Claude Desktop stdio constraint and itsmcp-remoteworkaround, the per-client setup blocks, the interactive configurator, the do-not-paste-an-API-key instruction, the example prompts and the llms.txt comparison. Clean Markdown is served by appending.mdto the page URL, advertised in the host's ownrobots.txt. · retrieved 2026-08-17 - Vuetify0 AI tools page (retrieved 2026-08-17; HTTP 200, zero redirects). Source for the relationship between the MCP server and Vuetify's
llms.txt,llms-full.txtandSKILL.mdbundles. · retrieved 2026-08-17 vuetifyjs/mcprepository README (retrieved 2026-08-17; HTTP 200). MIT licensed. Source for the local and self-hosted transports, the CLI arguments and theVUETIFY_API_KEYoption for non-hosted setups. It also disagrees with the live server — it documentsget_available_features, whichtools/listdoes not return, and predates the v4 and Vuetify One tool groups. Where they differ, the live handshake wins. · retrieved 2026-08-17- npm registry — and (retrieved 2026-08-17). Source for the statement that Vuetify 4 is current:
latestresolved to 4.1.9, withv3-stableat 3.13.1 andv2-stableat 2.7.2. The@vuetify/mcppackage is the same server, published by Vuetify. · retrieved 2026-08-17 - Server OAuth descriptors — and (retrieved 2026-08-17; HTTP 200 each). The server's own RFC 9728 declaration: resource
https://mcp.vuetifyjs.com/mcp, authorisation serverhttps://api.vuetifyjs.com, scopemcp, bearer token in a header, authorisation code grant with PKCES256and dynamic client registration. · retrieved 2026-08-17 - Vuetify MCP privacy policy — — content not retrieved. The directory's value 308-redirects to this trailing-slash URL, which returns HTTP 200; the destination is cited here. The host is a single-page app that returns an identical 1,532-byte HTML shell for *every* path, including paths that do not exist, so a 200 proves nothing about the page. A browser-based fetch returned the document title and no policy body. No claim is made on this page about the server's data handling.
robots.txt— and (retrieved 2026-08-17; HTTP 200 each). Both areUser-agent: *withAllow: /. Neither carries aContent-Signalline, so no AI-use preference is expressed either way. The Vuetify0 file goes further and advertises its machine affordances —llms.txt,llms-full.txt,SKILL.mdand the per-page.mdsuffix — describing them as curated documentation for AI assistants. · retrieved 2026-08-17- Live
initializeandtools/listhandshake againsthttps://mcp.vuetifyjs.com/mcp— 31 tools with descriptions, input schemas and annotations, returned to an anonymous request (2026-08-17). Source for every tool name, the three annotation shapes, the parameter enums, the schema defaults and the subscription sentences in the Vuetify One tool descriptions. · retrieved 2026-08-17 - Anthropic Connectors Directory entry (listed 2026-08-14; snapshot taken 2026-08-16; the directory app returns HTTP 403 to an unauthenticated fetcher, so these values come from the committed snapshot rather than the rendered page). Source for the partner tier, the endpoint, the streamable-HTTP transport, the developer-tools and productivity categories and the Vuetify authorship. Its 31
tool_namesmatch the live handshake exactly — no drift in either direction, which is unusual enough in this catalogue to be worth stating. · retrieved 2026-08-14
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- Developer Tools
- Developer
- Vuetify MCP
- Tools
- 31
- Domain
- mcp.vuetifyjs.com
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.