MCP server for managing GitHub Pages deployments
Connect Github Pages to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for managing GitHub Pages deployments. The github pages mcp server is what makes that connection.
A Model Context Protocol (MCP) server for managing GitHub Pages deployments. This server provides tools to enable, configure, deploy, and manage GitHub Pages sites through the MCP protocol.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
enable_github_pages — The enable_github_pages tool exposed by this serverget_github_pages_info — The get_github_pages_info tool exposed by this serverdeploy_to_github_pages — The deploy_to_github_pages tool exposed by this serverdisable_github_pages — The disable_github_pages tool exposed by this serverupdate_github_pages_config — The update_github_pages_config tool exposed by this serverBuilding — The Building tool exposed by this serverLinting — The Linting tool exposed by this servernpm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Configuration is passed through the environment: GITHUB_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Github Pages's toolset — enable_github_pages, get_github_pages_info, deploy_to_github_pages and 4 more — is a fair guide to whether it matches your workflow. It is maintained by ajaychinthapalli; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| enable_github_pages | The enable_github_pages tool exposed by this server. |
| get_github_pages_info | The get_github_pages_info tool exposed by this server. |
| deploy_to_github_pages | The deploy_to_github_pages tool exposed by this server. |
| disable_github_pages | The disable_github_pages tool exposed by this server. |
| update_github_pages_config | The update_github_pages_config tool exposed by this server. |
| Building | The Building tool exposed by this server. |
| Linting | The Linting tool exposed by this server. |
{
"mcpServers": {
"github-pages": {
"command": "node",
"args": ["/path/to/github-pages-mcp-server/dist/index.js"],
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| GITHUB_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.