Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • GitHub Repository MCP Server
  • GitHub PR Comments MCP Server
  • GitHub MCP Server
  • MCP GitHub Issue Server
  • MCP Model Context Protocol Server
Back to MCP Servers
Github-Oauth MCP Server

Github-Oauth MCP Server

Public
Nikhil-Patil-RI/MCP-Github-Oauth

Facilitates authentication with GitHub using OAuth protocol, allowing secure access and interaction with GitHub repositories and services.

Verified
python
0 tools
May 30, 2025
Updated May 30, 2025

Development

Set up your environment

First, let’s install uv and set up our Python project and environment:

MacOS/Linux : curl -LsSf https://astral.sh/uv/install.sh | sh Windows : powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Make sure to restart your terminal afterwards to ensure that the uv command gets picked up.

Now, let’s create and set up our project:

Running to local claude desktop app

  1. Make sure you need to update claude_desktop_config.json to register tool

you can find claude_desktop_config.json :

For Windows : code $env:AppData\Claude\claude_desktop_config.json For Mac/Linux :code ~/Library/Application\ Support/Claude/claude_desktop_config.json
{ "mcpServers": { "Github-Oauth": { "command": "C:\\Users\\Hp\\.local\\bin\\uv", "args": [ "--directory", "C:\\Users\\Hp\\Github-Oauth\\src\\github_oauth", "run", "server.py" ] } } }

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.

You can launch the MCP Inspector via npm with this command:

npx @modelcontextprotocol/inspector uv --directory C:\Users\Hp\Github-Oauth run github-oauth

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • GitHub Repository MCP Server
    GitHub Repository MCP Server

    Enables AI models to access GitHub repository contents as context, with features to fetch entire rep...

    3 tools
    Added May 30, 2025
  • GitHub PR Comments MCP Server
    GitHub PR Comments MCP Server

    An MCP server that fetches GitHub Pull Request comments with file paths, line ranges, and replies us...

    Added May 30, 2025
  • GitHub MCP Server
    GitHub MCP Server

    Connects Claude Desktop to GitHub repositories, enabling users to perform git operations and GitHub ...

    Added May 30, 2025
  • MCP GitHub Issue Server
    MCP GitHub Issue Server

    Enables LLMs to interact with GitHub issues by providing details as tasks, allowing for seamless int...

    1 tools
    Added May 30, 2025
  • MCP Model Context Protocol Server
    MCP Model Context Protocol Server

    A server implementation demonstrating how AI models can interact with external tools and services th...

    Added May 30, 2025