MCP Library

// MCP Server

Featured

GitHub

@modelcontextprotocol · modelcontextprotocol/github

Issues, pull requests, code search, and repo metadata over the GitHub API as MCP tools.

stdiohttp#github#official

// Run locally

npx (recommended)

requires npx

GitHub · npxbash
GITHUB_PERSONAL_ACCESS_TOKEN=<your-token> npx -y @modelcontextprotocol/server-github
Required env: GITHUB_PERSONAL_ACCESS_TOKEN

Mint a token at https://github.com/settings/tokens with `repo` + `read:org` scopes.

// Connect to a client

terminalbash
oxp install @modelcontextprotocol/github

OXP manages MCP server configuration automatically — installs the server, wires it into every detected MCP-aware client, and keeps it up to date.