AppVeyor REST API Claude Desktop Config
Add the AppVeyor REST API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_appveyor_rest_api_api_key with your actual 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