O

OpenWeather

Fetch current weather and forecasts from OpenWeather.

·No reviews yet
Repo
Share:

About

Auto-generated

OpenWeather is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about OpenWeather.

What does the OpenWeather MCP do?
The OpenWeather MCP provides access to current weather conditions and forecast data. It allows users to retrieve weather information for specific locations, including temperature, precipitation, and wind speeds.
How do I configure the OpenWeather MCP in a client?
Configuration typically involves installing the MCP within your client and providing the necessary API key. Specific steps will vary by client, such as Claude Desktop or Cursor, usually found in their settings or plugin management sections.
Does the OpenWeather MCP require an API key?
Yes, the OpenWeather MCP requires an API key for authentication. This key is necessary to access the OpenWeather service and fetch weather data.
What data can I fetch using the OpenWeather MCP?
You can fetch current weather data and forecast information. This includes details like temperature, humidity, atmospheric pressure, wind speed, and weather conditions for specified geographical coordinates or city names.
Is there a cost associated with using the OpenWeather MCP?
The cost depends on the underlying OpenWeather service. OpenWeather offers various tiers, including a free tier with limitations and paid subscriptions for higher usage and advanced features. Refer to OpenWeather API documentation for pricing details.
Are there any limitations when using the OpenWeather MCP?
A common limitation is the rate limiting imposed by the OpenWeather API itself, especially on free plans. Exceeding these limits can result in temporary service interruptions or require upgrading your OpenWeather subscription.

Install OpenWeather

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "openweather": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-openweather"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "openweather": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-openweather"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "openweather": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-openweather"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.