MCP
- We can use MCP
- In our agents which we are building
- Chatgpt
- Claude Desktop
- IDE like vscode
References
- Refer Here for popular repo of mcp
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
-
Check if uvx is working or not
uvx --help
-
Get the json from documentation

-
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


