GitHub Actions MCP Server

Community
Developer Tools
stdio

Automate CI/CD workflows from AI agents. Trigger workflow runs, monitor build status, view logs, manage secrets, and integrate with GitHub Actions for continuous deployment and testing.

Quick Install

$ npx -y mcp-server-github-actions

Environment Variables

VariableDescriptionRequired
GITHUB_TOKENGitHub token with actions scopeYes

Configuration by Client

{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-github-actions"
      ],
      "env": {
        "GITHUB_TOKEN": ""
      }
    }
  }
}

Need a different client? Use the Config Generator for Windsurf, Cline, Antigravity, and more.

Available Tools (4)

trigger_workflowlist_runsget_run_logscancel_run