MCP Clients
Vue Docs MCP works with any client that supports the Model Context Protocol. The hosted server is free and requires no API key.
Quickest Setup
Most clients just need this URL:
https://mcp.vue-mcp.org/mcpDedicated Guides
Detailed setup instructions for popular clients:
| Client | Type | Guide |
|---|---|---|
| Claude Code | CLI | One command setup |
| Claude Desktop | Desktop app | JSON config |
| Cursor | IDE | One-click or JSON config |
| Windsurf | IDE | JSON config |
| VS Code (Copilot) | IDE | JSON config |
| JetBrains | IDE | UI or JSON config |
| Zed | IDE | JSON config |
| Opencode | CLI | JSON config |
| Gemini CLI | CLI | JSON config |
| ChatGPT | Web/Desktop | App connector |
Other Clients
For any MCP client not listed above, use the streamable HTTP transport with this URL:
https://mcp.vue-mcp.org/mcpNo authentication headers are needed. Consult your client's MCP documentation for configuration details.
Self-Hosting
If you prefer to run your own instance, see the Self-Hosting guide. Self-hosted servers use stdio transport for local connections.