
mcp
by vuetifyjs·★ 96·综合分 48
Vuetify MCP 服务器通过模型上下文协议为 AI 助手提供 Vuetify 组件文档和 API 信息。
概述
Vuetify MCP 服务器连接 Vuetify 组件库与 AI 辅助开发环境,在开发工作流中直接访问 Vuetify 广泛的组件生态系统,同时支持 Vuetify 2.x 和 3.x 版本。服务器提供托管和自托管部署选项,支持 HTTP 和 stdio 等多种传输协议。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
什么时候选它
如果您正在使用 Vuetify UI 组件并希望直接在开发环境中获得 AI 助手,请选择此 MCP 服务器。
什么时候不要选它
如果您不使用 Vuetify,或者需要写入组件库的权限(此服务器仅读),则不适合使用。
此 server 暴露的工具
从 README 抽取出 12 个工具get_vuetify_api_by_versionDownload and cache Vuetify API types by version.
get_component_api_by_versionGet API information for a specific Vuetify component.
get_directive_api_by_versionGet API information for a specific Vuetify directive.
get_installation_guideGet installation guides for Vuetify in different environments.
get_available_featuresGet a list of available Vuetify features.
get_exposed_exportsGet a list of exports from the Vuetify npm package.
get_frequently_asked_questionsGet the FAQ section from the Vuetify documentation.
get_release_notes_by_versionGet release notes for specific Vuetify versions.
get_vuetify0_composable_listList all @vuetify/v0 composables organized by category.
get_vuetify0_component_listList all headless components available in @vuetify/v0.
get_vuetify0_composable_guideGet detailed documentation for specific @vuetify/v0 composables.
get_vuetify0_component_guideGet detailed documentation for specific @vuetify/v0 components.
可对比工具
安装
快速开始
托管 HTTP 服务器(最简单)
# Claude Code
claude mcp add --transport http vuetify-mcp https://mcp.vuetifyjs.com/mcp本地安装
# 启动 Vuetify MCP 服务器
npx -y @vuetify/mcpClaude Desktop 配置
{
"mcpServers": {
"vuetify-mcp": {
"command": "npx",
"args": ["-y", "@vuetify/mcp"]
}
}
}或使用 mcp-remote 访问托管服务器:
{
"mcpServers": {
"vuetify-mcp": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.vuetifyjs.com/mcp"]
}
}
}mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。