PluginBench
MCP Server

io.github.virgilvox/vue-harvest MCP Server

io.github.virgilvox/vue-harvest

What is the io.github.virgilvox/vue-harvest MCP server?

Extract reusable component libraries and design tokens from Vue applications

How to install io.github.virgilvox/vue-harvest

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vue-harvest": {
      "command": "npx",
      "args": [
        "-y",
        "vue-harvest-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "vue-harvest": {
      "command": "npx",
      "args": [
        "-y",
        "vue-harvest-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "vue-harvest": {
      "command": "npx",
      "args": [
        "-y",
        "vue-harvest-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "vue-harvest": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vue-harvest-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add vue-harvest -- npx -y vue-harvest-mcp

Related MCP servers

Author FURLOW Discord bot YAML: validate specs, list actions/events/builtins, scaffold bots.

View repository →