# Vercel Connect now supports CLI setup for 100+ connectors

> Source: <https://vercel.com/changelog/vercel-cli-100-services>
> Published: 2026-08-11 09:14:55.934145+00:00

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).
