vercel mcp
The vercel mcp command helps you set up an MCP client to talk to MCP servers you deploy on Vercel. It links your local MCP client configuration to a Vercel Project and generates the connection details so agents and tools can call your MCP endpoints securely.
vercel mcp [options]Using the vercel mcp command to initialize local MCP
configuration for the currently linked Project.
vercel mcpInitializes global MCP client configuration for your Vercel account.
vercel mcp --projectSets up project-specific MCP access for the currently linked Vercel Project.
These are options that only apply to the vercel mcp command.
The --project option sets up project-specific MCP access for the currently linked project instead of global configuration.
vercel mcp --projectUse the --project flag to configure MCP access scoped to your linked project.
The following global options can be passed when using the vercel mcp command:
For more information on global options and their usage, refer to the options section.
Was this helpful?