Built two MCP servers in Python from scratch — live weather via OpenWeatherMap API and a business analytics pipeline that queries SQLite and generates executive reports using Claude Desktop.
Or install with pip: pip install mcp-servers-python
README Excerpt
> Build AI-powered tools in Python that Claude can call in real time — no Anthropic API key required. This project contains two fully functional **Model Context Protocol (MCP)** servers built from scratch in Python: | Server | What it does | |---|---| | `weather_server.py` | Fetches live weather for any city via OpenWeatherMap API |