CommunicationAuto-generated
AppVeyor REST API MCP Server
AppVeyor is a hosted continuous integration service which runs on Microsoft Windows. The AppVeyor REST API provides a RESTful way to interact with the AppVeyor service. This includes managing projects, builds, deployments, and the teams that build them. Additional help and discussion of the AppVe
Quick Setup
Transport: STDIO
Command: npx -y @mcp/appveyor-com
Environment Variables
APPVEYOR_REST_API_API_KEYExample: your_appveyor_rest_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"appveyor-com": {
"command": "npx",
"args": ["-y","@mcp/appveyor-com"],
"env": {
"APPVEYOR_REST_API_API_KEY": "your_appveyor_rest_api_api_key"
}
}
}
}Endpoints
POST
/account/encryptEncrypt a value for use in StoredValue.
GET
/buildjobs/{jobId}/artifactsGet build artifacts
GET
/buildjobs/{jobId}/artifacts/{artifactFileName}Download build artifact
GET
/buildjobs/{jobId}/logDownload build log
POST
/buildsStart build of branch most recent commit
PUT
/buildsRe-run build
DELETE
/builds/{accountName}/{projectSlug}/{buildVersion}Cancel build
GET
/collaboratorsGet collaborators
PUT
/collaboratorsUpdate collaborator
GET
/collaborators/{userId}Get collaborator