Vercel Connect CLI now supports 100+ connectors
Vercel Connect now allows you to set up and integrate 100+ services entirely through the CLI. Previously, you could only complete terminal setup for some services and had to use the dashboard for others. The CLI automatically pre-populates connector details like brand name and auth type, then guides you through credential setup.
You can now integrate 100+ services through Vercel Connect from the CLI. Previously, completed setup in the terminal for some services, and opened the dashboard for everything else.vercel connect create
Pass the service name to create a connector, then attach it to your project:
The CLI pre-populates the brand name, icon, auth type, and MCP or discovery URL, then prompts for any credentials the service requires and creates the connector.
After attaching the connector, call with its UID () to request a short-lived, scoped token from the provider:getTokenservice/name
Get started by browsing the , or read the .connectors directoryCLI reference
Source: original entry ↗