Skip to main content
Glama
mebre7

Weather MCP Server

by mebre7

My Custom MCP Servers

A collection of custom Model Context Protocol (MCP) servers.

Currently Deployed on Render. More servers will be added over time.

Servers

Server

Description

Endpoint

Weather

Current weather & forecasts via OpenWeatherMap

/weather/mcp/


Configuration

  • To use this MCP server, add this code snippet to your MCP client:

{
    "mcpServers": {
        "Weather MCP server": {
            "transport": "http",
            "url": "https://my-custom-mcp-servers.onrender.com/weather/mcp/"
        }
    }
}

Weather MCP Server

Exposes weather tools powered by the OpenWeatherMap API.

Tools

  • get_current_weather(city) — Returns current temperature, description, humidity, and wind speed.

  • get_weather_forecast(city) — Returns a multi-step forecast (every 3 hours).


Testing

MCP Inspector

  1. Run npx @modelcontextprotocol/inspector

  2. Set transport to Streamable HTTP.

  3. Enter the server URL: https://my-custom-mcp-servers.onrender.com/weather/mcp/

  4. Click Connect and invoke tools from the UI.

Claude Desktop

  1. Open Claude Desktop → SettingsConnectorAdd -> Add custom connector.

  2. Write the above URL: https://my-custom-mcp-servers.onrender.com/weather/mcp/

  3. Restart Claude Desktop. The weather tools will appear in the tools panel.


Demo

Demo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mebre7/My-Custom-MCP-servers'

If you have feedback or need assistance with the MCP directory API, please join our Discord server