✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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:AppDataClaudeclaude_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:UsersHpGithub-Oauth run github-oauth

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

Featured Templates

View More
Customer service
AI-Powered Product List Manager
153 867
AI Agents
AI Video Generator
252 2007 5.0
Customer service
Multi-language AI Translator
136 920
AI Assistants
AI Chatbot Starter Kit v0.1
140 912
AI Characters
Your Speaking Avatar
169 927

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.