Vercel Connect now supports CLI setup for 100+ connectors
By Steven Van ·
You can now integrate 100+ services through Vercel Connect from the CLI.
Vercel Connect can now set up all of its 100+ connectors from the CLI, rather than only some. Previously, running vercel connect create finished setup in the terminal for some services and opened the dashboard for the rest; now every connector can be created and attached without leaving the terminal.
Passing a service name to vercel connect create pre-populates that service's brand name, icon, auth type, and MCP or discovery URL, then prompts for any credentials it needs before creating the connector. The connector is then attached to a project with vercel connect attach. Once attached, calling getToken with the connector's UID requests a short-lived, scoped token from the provider for use in code.
Read the full announcement for the connectors directory and CLI reference.
