@treedy/vue-lsp-mcp
v0.2.1
Published
MCP server for Vue Single File Components using Vue Language Server
Maintainers
Readme
Vue LSP MCP Server
A Model Context Protocol (MCP) server that provides Vue.js code intelligence using Volar (@vue/language-server).
Features
- Vue SFC Support: Intelligent analysis of
.vuefiles (Template, Script, Style). - Hybrid Mode: Supports TypeScript files in Vue projects.
- LSP Features: Hover, Definition, Completion, etc.
Installation
npm install -g @treedy/vue-lsp-mcpUsage
Run via command line (stdio):
vue-lsp-mcpOr via npx:
npx @treedy/vue-lsp-mcpRequirements
Requires a Vue project with typescript and vue installed in node_modules.
