Vueuse MCP

MCP server that gives AI coding agents instant access to VueUse documentation - search composables, read docs, and get suggestions. Its 4 documented tools cluster into read & search, suggest. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-01 · ★ 5 · #131 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Vueuse MCP

Claude Code

claude mcp add kovoor-vueuse-mcp -- npx -y vueuse-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kovoor-vueuse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vueuse-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package vueuse-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.kovoor is GitHub-verified and matches the repo owner

03 · What Vueuse MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search by name, keyword, or concept. Returns ranked results with descriptions, get full docs for a composable - signature, types, options, examples, related functions, describe a use case in natural language and get ranked suggestions with trade-offs, and list all categories with composable counts. Optionally filter by package.

Capability map

Tools grouped from the project's README - what Vueuse MCP lets an agent do.

read & search

3 tools - e.g. Search by name, keyword, or concept. Returns ranked results with descriptions.; Get full docs for a composable - signature, types, options, examples, related functions.; List all categories with…

search_composables · get_composable_docs · list_categories

Suggest

1 tool - e.g. Describe a use case in natural language and get ranked suggestions with trade-offs.

suggest_composable

04 · Who maintains Vueuse MCP

vueuse-mcp is maintained by kovoor. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
documentation - ranked #131 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.kovoor/vueuse-mcp (active, first published 2026-02-22)
packages
npm:vueuse-mcp

06 · Vueuse MCP FAQ

Is Vueuse MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-01. We re-verify nightly.

What can Vueuse MCP do?

With this server connected, an agent can search by name, keyword, or concept. Returns ranked results with descriptions, get full docs for a composable - signature, types, options, examples, related functions, describe a use case in natural language and get ranked suggestions with trade-offs, and list all categories with composable counts. Optionally filter by package.

How do I install Vueuse MCP?

Run `npx -y vueuse-mcp`. You can also paste the ready-made client config above.

Does Vueuse MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Vueuse MCP

More documentation MCP servers · Krimto · Deadzone · Leandrogavidia Vechain MCP Server · Livewire Flux MCP · Genexus

More TypeScript MCP servers · Inhalt · Xdebug · CLEO MCP Server · Seatbelt · see all