# Vercel Connect now supports CLI setup for 100+ connectors

DevFeed: [Vercel Connect now supports CLI setup for 100+ connectors](<https://devfeed.tech/articles/vercel-connect-now-supports-cli-setup-for-100-connectors-1130.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-cli-100-services>)

Author: Bhrigu Srivastava

Published: 2026-08-11T19:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Shopify](<https://devfeed.tech/topics/shopify.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [connectors](<https://devfeed.tech/tags/connectors.md>), [github](<https://devfeed.tech/tags/github.md>), [shopify](<https://devfeed.tech/tags/shopify.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel Connect now supports CLI setup for more than 100 services. Users can create and attach connectors from the terminal, with the CLI pre-populating service details and prompting for required credentials. Attached connectors can provide short-lived, scoped provider tokens.

## Source excerpt

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, or read the CLI reference. Read more