Github-MCP-Server is a lightweight MCP server built with FastMCP to expose GitHub operations via LLM-friendly tools. It supports auth and extension for GitHub tasks 🐙
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"github-mcp-server": {
"command": "uvx",
"args": [
"github-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add github-mcp-server uvx github-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-mcp-server": {
"command": "uvx",
"args": [
"github-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install github-mcp-server