Connect Vee3 MCP to Claude
Published: July 29, 2026
Ask your agent
RecommendedCopy and paste this into Claude and let the agent walk you through setup.
Agent Instruction
Create a client ID and secret
- Open API Keys in the Vee3 dashboard.
- Under Secrets, create a new secret (for example "Claude connector").
- Copy the client ID and client secret. The secret is shown only once.
Add a custom connector in Claude
- In Claude, add a custom connector for a remote MCP server.
- Set the remote MCP URL to:
Remote MCP URL
https://mcp.vee3.io/mcp
- Open Advanced and paste your client ID and client secret from the dashboard.
- Connect the connector. Claude opens the Vee3 authorize page. Sign in if needed, then choose Allow access.
- 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
- Browse the capability catalog for what you can call.
- Read the docs for per-tool parameters and examples.