A Model Context Protocol (MCP) server for Vercel API - Manage deployments, domains, projects, and more
| Tool name | Description | Destructive? |
|---|---|---|
| logdrain_create | ✓ no | |
| logdrain_create_integration | ✓ no | |
| logdrain_delete⚠ | ⚠ yes | |
| logdrain_delete_integration⚠ | ⚠ yes | |
| logdrain_get | ✓ no |
| logdrain_list | ✓ no | |
| logdrain_list_integration | ✓ no | |
| create_environment | ✓ no | |
| delete_environment⚠ | ⚠ yes | |
| get_environment | ✓ no | |
| list_environments | ✓ no | |
| update_environment | ✓ no | |
| get_cert | ✓ no | |
| issue_cert | ✓ no | |
| remove_cert⚠ | ⚠ yes | |
| upload_cert | ✓ no | |
| int_delete⚠ | ⚠ yes | |
| int_list | ✓ no | |
| int_gitns | ✓ no | |
| int_search_repo | ✓ no | |
| int_get | ✓ no | |
| int_update_action | ✓ no | |
| add_project_member | ✓ no | |
| list_project_members | ✓ no | |
| remove_project_member⚠ | ⚠ yes | |
| domain_check | ✓ no | |
| domain_price | ✓ no | |
| domain_config | ✓ no | |
| domain_registry | ✓ no | |
| domain_get | ✓ no | |
| domain_list | ✓ no | |
| domain_buy | ✓ no | |
| domain_register | ✓ no | |
| domain_remove⚠ | ⚠ yes | |
| domain_update | ✓ no | |
| send_web_vitals | ✓ no | |
| check_artifact | ✓ no | |
| download_artifact | ✓ no | |
| get_artifact_status | ✓ no | |
| query_artifacts | ✓ no | |
| record_artifact_events | ✓ no | |
| upload_artifact | ✓ no | |
| create_dns_record | ✓ no | |
| delete_dns_record⚠ | ⚠ yes | |
| list_dns_records | ✓ no | |
| update_dns_record | ✓ no | |
| create_secret | ✓ no | |
| update_secret_name | ✓ no | |
| delete_secret⚠ | ⚠ yes | |
| get_secret | ✓ no |
{
"mcpServers": {
"vercel": {
"command": "npx",
"args": [
"-y",
"vercel-mcp-server"
]
}
}
}