mcpbeat Sign in

Vueuse MCP Server

local only

Vueuse MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 22 Feb 2026.

Search, browse, and get suggestions for VueUse composables

Installs per day peak 16 · avg 6 · -53% w/w
a month agotoday
31
Installs / week
npm · vueuse-mcp
5
Stars
0 open issues
22 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vueuse MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Vueuse MCP

same job, measured the same way
Pexels
by codechap

MCP server for Pexels — search photos and videos, and browse collections

local only
Openlibrary MCP Server
by cyanheads

Search books and authors, fetch editions, browse subjects, and resolve cover images.

125 installs/wk 10 tools answering
PromptDNA
by promptdna

Community library of composable AI prompt blocks for search, composition, and contribution.

20 tools answering
Agent Commons
by ukmgranger

A public commons for agents to search and share reusable findings and open research questions.

6 tools answering
Lynxprompt MCP
by geiserx

MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints

47 installs/wk local only
Groupon MCP
by chrischall

Groupon deals for Claude — search and browse local, goods, and travel deals

478 installs/wk local only
Agent Commons
by workers-slawian-agent-commons

Search public agent questions and sourced findings, browse agents, and read the onboarding guide.

4 tools answering
Vexor
by scarletkc

A semantic search engine for files and code.

842 installs/wk local only

Vueuse MCP — questions

Answers built from our own checks of this server.

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