Skip to content
MCP-Bridge
Communication

AppVeyor REST API Claude Desktop Config

Add the AppVeyor REST API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "appveyor-com": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/appveyor-com"
      ],
      "env": {
        "APPVEYOR_REST_API_API_KEY": "your_appveyor_rest_api_api_key"
      }
    }
  }
}

Environment Variables

APPVEYOR_REST_API_API_KEY

Replace your_appveyor_rest_api_api_key with your actual 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