This repository is a practice project following the Tutorial on YouTube. The goal is to build a fully functional MCP (Model Context Protocol) server and integrate it with Claude Desktop for tool-based interaction.
- Build an MCP server from scratch using FastMCP
- Implement Google Search API with Serper for documentation retrieval
- Parse and process web content using BeautifulSoup
- Configure Claude Desktop for local MCP tool integration
- Handle async operations with httpx
- Implement proper error handling and timeouts for stability