Vercel Connect now supports CLI setup for 100+ connectors
Vercel Connect now handles 100+ service integrations from the CLI — no dashboard required.

Why it matters
Developer experience improvement for integrating third-party services into Vercel projects. CLI-first setup reduces friction for teams building multi-connector workflows, particularly relevant for agentic applications that need access to external APIs.
The key facts
10 to know100+ connectors now support CLI setup
vercel connect create command with service name parameter
Auto-population of brand name, icon, auth type, MCP or discovery URL
getToken call with UID for short-lived scoped tokens
Previously required dashboard for credential setup; now terminal-based
100+ services now support CLI-based connector setup via 'vercel connect create'
CLI pre-populates brand name, icon, auth type, MCP/discovery URL
Scoped token retrieval via getToken with service UID
Previously required dashboard for most connectors; now fully terminal-first
MCP (Model Context Protocol) support mentioned—aligns with agent/tool integration patterns
Go to the source
Vercel Blogvercel.com
Publisher excerpt: 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…