Vercel Connect now supports CLI setup for 100+ connectors Vercel Connect now supports CLI setup for 100+ connectors, allowing developers to integrate services directly from the terminal. Previously, only some services could be set up via CLI, while others required the dashboard. The CLI pre-populates service details and prompts for credentials, then enables token retrieval via `getToken` with the connector's UID. You can now integrate 100+ services through Vercel Connect from the CLI. Previously, vercel connect create completed setup in the terminal for some services, and opened the dashboard for everything else. 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 getToken with its UID service/name to request a short-lived, scoped token from the provider: Get started by browsing the connectors directory https://vercel.com/d?to=%2F%5Bteam%5D%2F~%2Fconnect%2Fbrowse , or read the CLI reference https://vercel.com/docs/cli/connect .