Skip to main content
Search and browse Velt’s documentation directly in your MCP-compatible editor. The Docs MCP server helps you find SDK, API, and feature info without leaving your editor. Endpoint: https://velt.dev/docs/mcp

When to Use

  • You want docs answers in Cursor, Claude, Claude Code, or VS Code while coding
  • Skills or the installation plugin don’t cover a specific question
  • You need quick lookup of setup steps, APIs, or feature guides
For guided Velt installation, use the Velt Installation MCP. For REST API data access, see MCP Servers.

Setup

To use the Velt Docs MCP server with Claude:
1

Add the Velt Docs MCP server to Claude

  1. Navigate to the Connectors page in the Claude settings.
  2. Select Add custom connector.
  3. Add the Velt Docs MCP server:
  • Name: Velt
  • URL: https://velt.dev/docs/mcp
  1. Select Add.
2

Access the MCP server in your chat

  1. When using Claude, select the attachments button (the plus icon).
  2. Select the Velt Docs MCP server.
  3. Ask Claude a question about Velt.
See the Model Context Protocol documentation for more details.

Example Usage

Once the Velt Docs MCP server is configured, search for documentation from your client. For example, in Cursor, ask: Query: how to add Velt popover comments? Result: The MCP returns relevant documentation pages and snippets related to adding popover comments. More examples:
  • Generate sample data for adding Velt comment annotations via Velt Rest API

Next Steps