GitHub MCP Server
Rank #54,369io.github.davidweb3-ctrl/github
GitHub MCP Server - List PRs, issues, repo info, and search code
GitHub MCP Server is a Model Context Protocol (MCP) server published by davidweb3-ctrl. It ranks #54,369 of 115,591 servers tracked on MCP Toplist. GitHub MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 19, 2026 and most recently updated on Apr 21, 2026.
Ranks ahead of 61,222 of 115,591 servers on MCP Toplist.
Use GitHub MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add github -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -- npx -y @davidweb3-ctrl/mcp-github-serverReplace each placeholder with your own value before saving.
[mcp_servers.github]
command = "npx"
args = ["-y", "@davidweb3-ctrl/mcp-github-server"]
[mcp_servers.github.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-github-server"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-github-server"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"github": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-github-server"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-github-server"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-github-server"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
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.davidweb3-ctrl%2Fgithub)<a href="https://mcptoplist.com/server/io.github.davidweb3-ctrl%2Fgithub"><img src="https://mcptoplist.com/badge/io.github.davidweb3-ctrl%2Fgithub.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
davidweb3-ctrl
Other servers by davidweb3-ctrl
View all davidweb3-ctrl servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 21, 2026 |
Frequently asked questions
- Who maintains GitHub MCP Server?
- GitHub MCP Server is maintained by davidweb3-ctrl, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is GitHub MCP Server listed on the Official MCP Registry?
- Yes — GitHub MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does GitHub MCP Server have?
- MCP Toplist tracks 1 version of GitHub MCP Server, most recently published on Apr 21, 2026.
- Where can I find the source code for GitHub MCP Server?
- The source code for GitHub MCP Server is hosted at github.com/davidweb3-ctrl/mcp-github-server.