mcp-server

riishiiiii/mcp-server
★ 0 stars Python 🔌 API Integration Updated today
A minimal Python MCP server that exposes a get_weather tool over Streamable HTTP, using LangGraph and OpenWeatherMap to return real-time weather data for a given city.
View on GitHub →

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-server": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server