Skip to content

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/mcp

Dedicated Guides

Detailed setup instructions for popular clients:

ClientTypeGuide
Claude CodeCLIOne command setup
Claude DesktopDesktop appJSON config
CursorIDEOne-click or JSON config
WindsurfIDEJSON config
VS Code (Copilot)IDEJSON config
JetBrainsIDEUI or JSON config
ZedIDEJSON config
OpencodeCLIJSON config
Gemini CLICLIJSON config
ChatGPTWeb/DesktopApp connector

Other Clients

For any MCP client not listed above, use the streamable HTTP transport with this URL:

https://mcp.vue-mcp.org/mcp

No 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.