Feature request: MCP server for Vue Flow #2028
alexandre-meline
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
Would it be possible to implement a Model Context Protocol (MCP) server for Vue Flow?
Context
MCP servers are becoming a standard way for AI coding agents (GitHub Copilot, Cursor, Windsurf, etc.) to access library-specific knowledge at development time. Several UI libraries have already shipped their own — for example Nuxt UI — and the developer experience improvement is significant.
What it could expose
An MCP server for Vue Flow could provide tools like:
VueFlow,MiniMap,Controls,Handle,Panel, …)useVueFlow,useNodesData,useHandleConnections, …)Why it matters
Building with Vue Flow often involves wiring together composables, custom nodes/edges, event handlers and layout utilities. Having an MCP server would let AI agents:
Prior art
@nuxt/ui-mcp@tailwindcss/mcp@playwright/mcpHappy to help spec this out or contribute if there's interest!
Beta Was this translation helpful? Give feedback.
All reactions