Weather MCP Server
About
Provides current weather data and allows for city comparisons.
Details
- Author
- glassbead-tc
- Categories
- Cloud Service, Other, Infrastructure
Jump to
Setup
Install Weather MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/glassbead-tc/weather-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Provides current weather data and allows for city comparisons.
A simple weather MCP server built with FastMCP that provides current weather data and city comparisons.
- Get current weather for any city
- Compare weather between multiple cities
- Support for metric and imperial units
- Optional detailed forecasts
To install Weather Server for Claude Desktop automatically viaSmithery:
npx -y @smithery/cli install @glassBead-tc/weather-mcp --client claude
Test with Claude Desktop/Code:Add to your MCP configuration:
{ "mcpServers": { "weather": { "command": "python", "args": ["/path/to/weather-mcp/src/weather_server.py"] } } }
- city(string): City name
- units(string, optional): "metric" or "imperial" (default: "metric")
- detailed(boolean, optional): Include 3-day forecast (default: false)
Compare weather between multiple cities (max 5).
- cities(array): List of city names
- metric(string, optional): Sort by "temperature", "humidity", or "wind" (default: "temperature")
- Push to GitHub
- Go tosmithery.ai/new
- Connect your repository
- Deploy!
# Get weather for London await get_weather("London") # Get detailed weather with forecast await get_weather("Tokyo", units="imperial", detailed=True) # Compare temperatures across cities await compare_weather(["New York", "Los Angeles", "Chicago"], metric="temperature")
Provides weather information using the OpenWeatherMap API.
A remote, authentication-free MCP server for weather data, deployable on Cloudflare Workers or run locally via npm.
AI-powered route optimization MCP server for heavy vehicles and logistics. Calculate truck-optimized routes, predict traffic congestion with LSTM neural networks, compute toll costs, fuel costs and CO2 emissions, find truck stops and check weather along any European route. Built on Valhalla routing engine
Navigate your Aiven projects and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.
Get prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.
This AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
Core AWS MCP server providing prompt understanding and server management capabilities.
Analyze CDK projects to identify AWS services used and get pricing information from AWS pricing webpages and API.
Query and analyze your Axiom logs, traces, and all other event data in natural language
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




