mcpbeat Sign in

Vue Harvest MCP Server

local only

Vue Harvest runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 31 Mar 2026.

Extract reusable component libraries and design tokens from Vue applications

Installs per day peak 22 · avg 5 · -17% w/w
a month agotoday
25
Installs / week
npm · vue-harvest-mcp
0
Stars
0 open issues
31 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call vue-harvest.path → packages/cli/src/commands/extract.ts:60, vue-harvest.path → packages/cli/src/commands/init.ts:46
      ? JSON.parse(readFileSync(pkgPath, 'utf-8'))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vue-harvest -- npx -y vue-harvest-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vue-harvest": {
      "args": [
        "-y",
        "vue-harvest-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vue-harvest]
command = "npx"
args = ["-y", "vue-harvest-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vue-harvest": {
      "args": [
        "-y",
        "vue-harvest-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vue-harvest": {
      "args": [
        "-y",
        "vue-harvest-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vue Harvest

same job, measured the same way
Mimic AI
by miapre

Builds Figma from your design system: real components and tokens, enforced, learning every build.

66 installs/wk local only
useVyre Context
by gapra

useVyre component context for AI agents — valid props, variants, anti-patterns, and design tokens.

57 installs/wk local only
MCP Design System Extractor
by freema

MCP server for Storybook design systems — extract component HTML, styles and metadata.

180 installs/wk local only
melta UI
by tsubotax

AI-Ready design system MCP: melta UI tokens, component contracts, 99 rules, check_html self-verify

131 installs/wk local only
HTML to Figma — Design System
by miapre

Translate HTML prototypes into Figma using your design system's real components and tokens.

26 installs/wk local only
Plumb MCP
by tathagat22

Two-way Figma MCP: extract + verify design-to-code, or generate on-brand Figma pages from a prompt.

116 installs/wk local only
Design System
by zaklad

Build and manage your design system with AI: tokens, themes, components, icons, Figma and code.

answering
Uiscanner
by mishaovcharenko

Design tokens + a build prompt from any URL, right inside Claude Code, Cursor, and Codex.

47 installs/wk local only

Vue Harvest — questions

Answers built from our own checks of this server.

Why is there no uptime for Vue Harvest?
Vue Harvest runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vue-harvest-mcp was installed 25 times last week.
How do I connect Vue Harvest?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vue-harvest-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vue Harvest?
The npm package vue-harvest-mcp was installed 25 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vue Harvest open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.