Connect Vee3 MCP to Claude

Published: July 29, 2026

Ask your agent

Recommended

Copy and paste this into Claude and let the agent walk you through setup.

Agent Instruction

Create a client ID and secret

  1. Open API Keys in the Vee3 dashboard.
  2. Under Secrets, create a new secret (for example "Claude connector").
  3. Copy the client ID and client secret. The secret is shown only once.

Add a custom connector in Claude

  1. In Claude, add a custom connector for a remote MCP server.
  2. Set the remote MCP URL to:

    Remote MCP URL

    https://mcp.vee3.io/mcp
  3. Open Advanced and paste your client ID and client secret from the dashboard.
  4. Connect the connector. Claude opens the Vee3 authorize page. Sign in if needed, then choose Allow access.
  5. Confirm Vee3 tools are available in Claude.

Verify the connection

Ask Claude to call meta-tools.list_groups or search the catalog with meta-tools.search. If tools return data, the connection is working.

Claude Code instead?

Setting up the terminal CLI? Use the Claude Code guide, which uses an API key header rather than a custom connector.

Next steps