weather-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weather-mcpWhat's the weather in London?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š¤ļø Weather MCP Server & Chatbot Interface for Cursor
A simple, complete Python project that implements a Model Context Protocol (MCP) Weather Server ready for Cursor IDE, paired with a Chatbot Web UI to test and converse with the weather agent.
š Features
š MCP Server (
weather_mcp_server.py): Built with FastMCP over stdio transport. Exposes weather tools to Cursor and other MCP clients.ā” Free Real-time Weather (
weather_service.py): Powered by Open-Meteo. No API keys needed. Works for any city globally.š¤ Weather Agent (
agent.py): Converts natural queries ("Weather in Tokyo", "5-day forecast for London", "Air quality in Paris") into tool invocations.š» Modern Chatbot UI (
static/&app.py): Dark-mode, glassmorphic web interface with visual weather cards, forecast tables, and tool execution badges.š Cursor Integration (
.cursor/mcp.json): Pre-configured JSON for Cursor settings.
Related MCP server: bridgemcp-server-weather
š Project Structure
weather-mcp-chatbot/
āāā .cursor/
ā āāā mcp.json # Cursor MCP configuration
āāā weather_service.py # Free Open-Meteo weather & geocoding integration
āāā weather_mcp_server.py # MCP Server (stdio transport for Cursor)
āāā agent.py # Weather agent NLP & tool caller
āāā app.py # FastAPI web server & chat endpoint
āāā static/
ā āāā index.html # Chatbot UI
ā āāā style.css # Modern dark-mode styling
ā āāā app.js # Chatbot frontend logic
āāā test_mcp.py # Automated test suite
āāā requirements.txt # Python dependencies
āāā README.md # Documentation & quickstartš Quickstart
1. Install Dependencies
pip install -r requirements.txt2. Run the Web Chatbot UI
python app.pyOpen your browser and navigate to: http://127.0.0.1:8000
3. Run Automated Tests
python test_mcp.pyš How to Connect with Cursor
Cursor can connect directly to your Python MCP server to provide real-time weather data inside Cursor Chat / Composer.
Option A: Using .cursor/mcp.json (Recommended)
Open this project directory in Cursor:
File -> Open Folder -> weather-mcp-chatbotThe
.cursor/mcp.jsonfile inside the project is automatically detected by Cursor.
Option B: Add in Cursor Settings
In Cursor, open Settings (
Ctrl + ,orCmd + ,).Go to Features -> MCP Servers.
Click Add New MCP Server:
Name:
weatherType:
command(stdio)Command:
python C:\Users\admin\.gemini\antigravity\scratch\weather-mcp-chatbot\weather_mcp_server.py
Click Save and verify the green status indicator.
Using in Cursor Chat:
In Cursor Composer or Chat, you can now ask:
"What is the current weather in Tokyo?"
"Check the 5-day forecast for Berlin using @weather"
"What is the air quality in Paris?"
Cursor will call the MCP tools (get_current_weather, get_weather_forecast, get_air_quality) to fetch live data!
š ļø MCP Tools Exposed
Tool Name | Parameters | Description |
|
| Real-time temperature, condition, humidity, wind speed, pressure |
|
| Multi-day forecast with daily high/lows and rain probabilities |
|
| Air Quality Index (US & EU AQI), PM2.5, PM10, Ozone levels |
This server cannot be deployed
Maintenance
Related MCP Connectors
The official Model Context Protocol server for Ambee. It gives any MCP-compatible AI assistant ā Claude, ChatGPT, Cursor, VS Code, Ollama, and more direct access to live air quality, pollen, and weather data. To get started, including information on signing up and obtaining your Ambee key, check out the Ambee documentation on https://docs.ambeedata.com
Weather, code search, currency & Solana trust scoring as MCP tools. Free, no API key needed.
Global weather via Open-Meteo: forecast, historical, marine, air quality, geocoding, elevation.
Real-time weather conditions and multi-day forecasts via Open-Meteo ā free, no API key required
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables querying current weather, 7-day forecast, UV index, and air quality for any city using the free Open-Meteo API, without requiring an API key.16 npm-
- AlicenseNot gradedqualityCmaintenanceProvides weather data including current conditions, forecasts, and summaries via Open-Meteo with no API key required, enabling natural language queries through an MCP interface.MIT
- FlicenseAqualityCmaintenanceProvides current weather data for any city using the Open-Meteo API, exposed as an MCP tool for integration with MCP clients.1-
- AlicenseAqualityCmaintenanceEnables real-time weather forecasts for any city using the Open-Meteo API, with automatic geocoding and no API keys required.17 npmMIT