Weatherapi Mcp
@swonixs
About Weatherapi Mcp
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@swonixs/weatherapi-mcp"
],
"env": {
"WEATHER_API_KEY": "Popt3hNsJZD1c6raA5kQ2D"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Weatherapi Mcp?
An MCP server that provides current weather and air quality data using WeatherAPI. Designed for integration with MCP clients such as n8n, Claude Desktop App, Windsurf IDE, and Cursor IDE.
How to use Weatherapi Mcp?
Obtain an API key from WeatherAPI.com, then configure your MCP client to run the server via npx with the command npx -y @swonixs/weatherapi-mcp and set the environment variable WEATHER_API_KEY. Use the get_weather tool to retrieve current weather for a specified city.
Key features of Weatherapi Mcp
- Get current weather for any city
- Retrieve air quality information (optional)
- Dynamic URI support for weather resources
- Easy integration with multiple MCP clients
- Simple tool-based interaction via get_weather
Use cases of Weatherapi Mcp
- Fetch real-time weather data in an assistant or automation workflow
- Include air quality readings in weather reports
- Provide weather context for location-based tasks
- Integrate weather information into n8n or IDE workflows
FAQ from Weatherapi Mcp
What data does the get_weather tool return?
It returns current temperature, condition, humidity, wind speed, and optionally air quality indices (CO, NO2, O3, PM2.5, PM10, US‑EPA index).
What are the runtime requirements?
The server runs via npx, so Node.js and npm are required. No other dependencies are mentioned.
How do I get an API key?
Sign up for a free account at WeatherAPI.com, then copy your API key from the dashboard’s “API Keys” section.
Which MCP clients are supported?
The README lists n8n, Claude Desktop App, Windsurf IDE, and Cursor IDE.
Where does the data come from?
The server fetches data from the WeatherAPI external service. A valid API key is required to authenticate requests.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments