Github Actions
Rank #16,246io.github.ofershap/github-actions
MCP server providing github-actions capabilities
Github Actions is a Model Context Protocol (MCP) server published by ofershap. It ranks #16,246 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Github Actions is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on Mar 10, 2026.
Ranks ahead of 99,214 of 115,460 servers on MCP Toplist.
Use Github Actions
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add github-actions -- npx -y mcp-server-github-actions[mcp_servers.github-actions]
command = "npx"
args = ["-y", "mcp-server-github-actions"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"github-actions": {
"command": "npx",
"args": [
"-y",
"mcp-server-github-actions"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"github-actions": {
"command": "npx",
"args": [
"-y",
"mcp-server-github-actions"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"github-actions": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-github-actions"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"github-actions": {
"command": "npx",
"args": [
"-y",
"mcp-server-github-actions"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"github-actions": {
"command": "npx",
"args": [
"-y",
"mcp-server-github-actions"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ofershap%2Fgithub-actions)<a href="https://mcptoplist.com/server/io.github.ofershap%2Fgithub-actions"><img src="https://mcptoplist.com/badge/io.github.ofershap%2Fgithub-actions.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
ofershap
Other servers by ofershap
- Real Browser#3,489 · 2 vers
- Ai Context Kit#10,189 · 2 vers
- Markdown#14,677 · 2 vers
- Scraper#14,678 · 2 vers
- S3#15,872 · 2 vers
- Cloudflare#18,738 · 2 vers
- Docker#21,070 · 2 vers
- Devutils#27,532 · 2 vers
- Sqlite#27,533 · 2 vers
- Dns#28,103 · 2 vers
- cursor-usage#30,585
- mcp-server-anydoc#32,404
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Github Actions?
- Github Actions is maintained by ofershap, which publishes 18 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Github Actions listed on the Official MCP Registry?
- Yes — Github Actions is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Github Actions have?
- MCP Toplist tracks 2 versions of Github Actions, most recently published on Mar 10, 2026.
- Where can I find the source code for Github Actions?
- The source code for Github Actions is hosted at github.com/ofershap/mcp-server-github-actions.