Gen-AI Developer Classroom notes 30/Nov/2025

MCP

  • We can use MCP
    • In our agents which we are building
    • Chatgpt
    • Claude Desktop
    • IDE like vscode

References

Setup

  • Windows
    • winget
  • mac

  • Python 3.13

  • Git
  • Visual studio code
  • UV
  • Docker
  • Claude desktop

  • Windows

winget install --id Git.Git -e --source winget
winget install -e --id Python.Python.3.13
winget install Microsoft.VisualStudioCode
winget install -e --id astral-sh.uv
winget install Docker.DockerDesktop
winget install -e --id Anthropic.Claude

Hello-world mcp server execution

uvx --help
  • Get the json from documentation
    Preview

  • Navigate to File -> settings -> developer

  • Click Edit config and edit claude_desktop_config.json
{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
  • kill the claude desktop and relaunch navigate to developer
    Preview
    Preview

By continuous learner

enthusiastic technology learner

Leave a Reply

Discover more from Direct AI Powered By Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading