mcpbeat Sign in

useVyre Context MCP Server

local only

useVyre Context runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 4 Aug 2026.

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

Installs per day peak 47 · avg 9 · -26% w/w
a month agotoday
57
Installs / week
npm · @usevyre/mcp-server
7
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/index.js:1
этот файл ставится пользователю, но в репозитории его нет
      execFileSync(installCmd, installArgs, { cwd, stdio: "inherit" });
    editorRef.value.innerHTML = next;

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 usevyre-context -- npx -y @usevyre/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "usevyre-context": {
      "args": [
        "-y",
        "@usevyre/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.usevyre-context]
command = "npx"
args = ["-y", "@usevyre/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "usevyre-context": {
      "args": [
        "-y",
        "@usevyre/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "usevyre-context": {
      "args": [
        "-y",
        "@usevyre/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to useVyre Context

same job, measured the same way
Figma Context MCP Air
by compassalessandrolorenz

Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.

34 installs/wk local only
Aegov MCP
by dlsforge

UAE Design System (AEGOV DLS) for AI assistants: components, tokens, validation. Not TDRA-official.

36 installs/wk local only
Supernova
by supernova

Access and maintain design system docs, tokens, components, skills, and contexts across any project.

answering
I
TypeUI
by bergside

Design systems, UI prompts, and layout variations for AI coding tools.

answering
Design System
by zaklad

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

answering
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
Vue Harvest
by virgilvox

Extract reusable component libraries and design tokens from Vue applications

25 installs/wk local only
Design Constraint Validator
by cseperkepapp

Validate design tokens for accessibility, scales, and design-system constraint consistency.

71 installs/wk local only

useVyre Context — questions

Answers built from our own checks of this server.

Why is there no uptime for useVyre Context?
useVyre Context 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 @usevyre/mcp-server was installed 57 times last week.
How do I connect useVyre Context?
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 @usevyre/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use useVyre Context?
The npm package @usevyre/mcp-server was installed 57 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is useVyre Context open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 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.