MCP Catalogs
首页mcp screenshot

mcp

by vuetifyjs·96·综合分 48

Vuetify MCP 服务器通过模型上下文协议为 AI 助手提供 Vuetify 组件文档和 API 信息。

developer-toolsai-llmproductivity
3
Forks
3
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Vuetify MCP 服务器连接 Vuetify 组件库与 AI 辅助开发环境,在开发工作流中直接访问 Vuetify 广泛的组件生态系统,同时支持 Vuetify 2.x 和 3.x 版本。服务器提供托管和自托管部署选项,支持 HTTP 和 stdio 等多种传输协议。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:在 AI 助手中生成具有正确 props 和属性的 Vuetify 组件
:遵循 Vuetify 最佳实践创建常见 UI 布局
:在 IDE 中直接访问 Vuetify 文档、安装指南和发行说明

什么时候选它

如果您正在使用 Vuetify UI 组件并希望直接在开发环境中获得 AI 助手,请选择此 MCP 服务器。

什么时候不要选它

如果您不使用 Vuetify,或者需要写入组件库的权限(此服务器仅读),则不适合使用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • get_vuetify_api_by_version

    Download and cache Vuetify API types by version.

  • get_component_api_by_version

    Get API information for a specific Vuetify component.

  • get_directive_api_by_version

    Get API information for a specific Vuetify directive.

  • get_installation_guide

    Get installation guides for Vuetify in different environments.

  • get_available_features

    Get a list of available Vuetify features.

  • get_exposed_exports

    Get a list of exports from the Vuetify npm package.

  • get_frequently_asked_questions

    Get the FAQ section from the Vuetify documentation.

  • get_release_notes_by_version

    Get release notes for specific Vuetify versions.

  • get_vuetify0_composable_list

    List all @vuetify/v0 composables organized by category.

  • get_vuetify0_component_list

    List all headless components available in @vuetify/v0.

  • get_vuetify0_composable_guide

    Get detailed documentation for specific @vuetify/v0 composables.

  • get_vuetify0_component_guide

    Get detailed documentation for specific @vuetify/v0 components.

可对比工具

ui-library-mcpreact-component-mcpvue-docs-mcp

安装

快速开始

托管 HTTP 服务器(最简单)
# Claude Code
claude mcp add --transport http vuetify-mcp https://mcp.vuetifyjs.com/mcp
本地安装
# 启动 Vuetify MCP 服务器
npx -y @vuetify/mcp
Claude 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。