mcp-servers-python

akashparthe24/mcp-servers-python
★ 0 stars Python Database Updated 3d ago
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.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-servers-python": {
      "command": "uvx",
      "args": [
        "mcp-servers-python"
      ]
    }
  }
}

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 |

Tools (6)

compare_weatherget_churn_riskget_forecastget_top_productsget_weatherget_weekly_revenue
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →