Skip to content
MCP-Bridge
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_KEY

Example: 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/encrypt

Encrypt a value for use in StoredValue.

GET/buildjobs/{jobId}/artifacts

Get build artifacts

GET/buildjobs/{jobId}/artifacts/{artifactFileName}

Download build artifact

GET/buildjobs/{jobId}/log

Download build log

POST/builds

Start build of branch most recent commit

PUT/builds

Re-run build

DELETE/builds/{accountName}/{projectSlug}/{buildVersion}

Cancel build

GET/collaborators

Get collaborators

PUT/collaborators

Update collaborator

GET/collaborators/{userId}

Get collaborator