AI Agent Hub
Back to plugins
🧰

dsh-vercel-mcp

Web Tools Updated 2026.08.30

Run the following command in DeepSeek Harness:

dsh plugin install zhengjy01/dsh-vercel-mcp

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install zhengjy01/dsh-vercel-mcp in the DeepSeek Harness terminal to install the plugin. Source: https://github.com/zhengjy01/dsh-vercel-mcp. After installation, restart the Host to compose the plugin layer, then go to Settings → Vercel MCP and click Authorize to complete the OAuth login.

About this plugin

DSH's built-in MCP client only supports static headers, but the official Vercel MCP server at mcp.vercel.com demands a full OAuth 2.0 flow — dynamic client registration, PKCE S256, a loopback callback, and refresh-token grants. In practice that means Vercel is simply unreachable from a DSH session; you can only paste a one-shot Bearer token and watch it expire the moment your work is done.

dsh-vercel-mcp implements the entire OAuth client on top of the official @modelcontextprotocol/sdk primitives: dynamic registration, PKCE, a loopback callback served by the GUI's own web server, and automatic refresh-token rotation. Once you authorize, every Vercel platform capability — deployments, projects, domains, environment variables, DNS records, and code deploys — shows up in agent sessions as mcp__vercel__* tools, with silent token refresh on 401 responses so the session never drops.

Built for developers who live in DeepSeek Harness and interact with Vercel daily: deploy releases, manage multi-project workspaces, tweak environment variables, or roll DNS changes — all through natural-language prompts to the Agent, without ever juggling browser tabs and CLI sessions.

Use Cases

  • Deploy code to Vercel directly from a DSH chat session
  • Manage Vercel projects and environment variables with natural language
  • Query and update DNS records and domain configurations via the Agent

Best For

  • Developers deploying front-end projects to Vercel on a daily basis
  • Full-stack engineers managing multi-project workspaces and domain operations
  • Automation enthusiasts who want to call Vercel APIs from agent sessions