Are you the author? Sign in to claim
Vercel MCP server with DAuth, built on Dedalus MCP
A Type 3 DAuth MCP server for Vercel API, enabling AI assistants to interact with Vercel projects, deployments, domains, and environment variables.
Configure these environment variables:
VERCEL_TOKEN=your_vercel_token_here
VERCEL_TEAM_ID=optional_team_id_here # Only if using a team account
from dedalus_mcp import runner
result = await runner.run(
input="List my Vercel projects",
mcp_servers=["dedalus-labs/vercel-mcp"],
)
This server uses the Vercel REST API.
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows