Skip to main content

vai mcp install

Automatically install the vai MCP server into the configuration files of supported AI tools.

Synopsis

vai mcp install [targets...] [options]

Description

vai mcp install writes the vai MCP server configuration into the config files of AI tools like Claude Desktop, Claude Code, Cursor, Windsurf, and VS Code. This enables these tools to discover and use vai's embedding, search, and RAG tools.

Supported Targets

TargetTool
claudeClaude Desktop
claude-codeClaude Code CLI
cursorCursor IDE
windsurfWindsurf IDE
vscodeVS Code
allInstall into all supported tools

Options

FlagDescriptionDefault
[targets...]Target tools (space-separated, or all)
--forceOverwrite existing vai entry
--transport <mode>Transport mode: stdio or httpstdio
--port <number>HTTP port (http transport only)
--api-key <key>Voyage API key to embed in config

Examples

Install into all tools

vai mcp install all

Install into Claude Desktop and Cursor

vai mcp install claude cursor

Install with API key embedded

vai mcp install all --api-key your-voyage-api-key

Force overwrite existing config

vai mcp install claude --force

Tips

  • Run vai mcp status first to see which tools are already configured.
  • The installer writes to each tool's standard config file location. If a vai entry already exists, use --force to overwrite.
  • After installation, restart the AI tool for the MCP server to be discovered.