GitHub API MCP Server
@HuangZeLinCute
About GitHub API MCP Server
This is github search MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"github_server": {
"command": "uv",
"args": [
"--directory",
"D:/blog/github-mcp-server",
"run",
"github_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GitHub API MCP Server?
GitHub API MCP Server is a Model Context Protocol server that provides access to GitHub search APIs. It is designed for developers who want to integrate GitHub search functionality into MCP-compatible clients.
How to use GitHub API MCP Server?
Install dependencies with uv PyGithub python-dotenv, then configure the server in your client by adding a JSON entry under mcpServers pointing to the server script with the uv run command. The server script is github_server.py.
Key features of GitHub API MCP Server
- Wraps GitHub’s search API for MCP clients
- Uses uv for dependency management
- Requires only PyGithub and python‑dotenv
- Lightweight configuration via client JSON
Use cases of GitHub API MCP Server
- Searching GitHub repositories, code, or issues from an LLM
- Enabling AI assistants to query GitHub data via MCP
- Integrating GitHub search capabilities into custom MCP tools
FAQ from GitHub API MCP Server
What are the dependencies?
You need uv, PyGithub, and python‑dotenv. Run uv PyGithub python-dotenv to install them.
How do I configure the server in my client?
Add a JSON block under mcpServers in your client configuration, specifying the command as uv and the args with the directory and the script github_server.py.
What runtime is required?
The server uses Python and requires the uv package manager. No other runtime is mentioned.
Does the server require authentication?
—
Which GitHub APIs are exposed?
The server provides access to GitHub’s search API only. No other endpoints are mentioned.
Frequently asked questions
What are the dependencies?
You need `uv`, `PyGithub`, and `python‑dotenv`. Run `uv PyGithub python-dotenv` to install them.
How do I configure the server in my client?
Add a JSON block under `mcpServers` in your client configuration, specifying the `command` as `uv` and the `args` with the directory and the script `github_server.py`.
What runtime is required?
The server uses Python and requires the `uv` package manager. No other runtime is mentioned.
Which GitHub APIs are exposed?
The server provides access to GitHub’s search API only. No other endpoints are mentioned.
Basic information
More Version Control MCP servers
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers

Kin
Troy Fortin, Jr. (Firelock, LLC)The system of record for AI-written software. A persistent graph of entities, relationships, changes, and provenance, so humans and AI agents see what a change touches before it merges. Beside Git today.
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
Comments