# Install Marketplace Integrations from the Vercel CLI

**Published:** September 19, 2024 | **Authors:** Luka Hartwig, Hedi Zandi

---

You can now install integrations from the Vercel Marketplace directly through the Vercel CLI.

The [Vercel Marketplace](https://vercel.com/blog/introducing-the-vercel-marketplace) offers [native integrations](https://vercel.com/docs/integrations#native-integrations) that allow you to use provider products —currently Supabase, Redis, and EdgeDB—directly from the Vercel dashboard without leaving the platform or creating separate accounts.

Running the **`vc i`** command will:

- Install the integration (e.g. **`vc i supabase`** to install Supabase)
- Automatically provision resources as part of the integration installation, as required by the provider products
- Get enhanced error messages in the terminal for troubleshooting of any installation issues

Check out the [documentation](https://vercel.com/docs/cli/install) to learn more.

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)