MCP Catalogs
Home

openweathermap-mcp-server

by abhayymishraa·0·Score 24

MCP server providing weather data from OpenWeatherMap API with Bun runtime.

weatherapi-integrationproductivity
0
Forks
0
Open issues
13 mo ago
Last commit
2d ago
Indexed

Overview

A lightweight MCP server using Bun to fetch current and 5-day weather data from OpenWeatherMap APIs. Built with @modelcontextprotocol/sdk, Zod for validation, and Axios for API calls. Provides tools to get weather info by latitude and longitude over stdio transport.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:Get current weather for any location using coordinates
you:Retrieve 5-day weather forecasts for trip planning
you:Integrate weather data into AI assistants for location-aware responses

When to choose this

Choose this server for simple weather data integration when you're already using Bun as your runtime and need basic forecast functionality.

When NOT to choose this

Avoid if you need robust error handling, extensive weather features, or if you're not using Bun as your runtime environment.

Comparable tools

weather-mcp-serveropenapi-weather-mcpnpm-weather-cli

Installation

bun install
bun run index.ts

Claude Desktop configuration:

{
  "mcpServers": {
    "openweathermap": {
      "command": "bun",
      "args": ["run", "/path/to/openweathermap-mcp-server/index.ts"]
    }
  }
}

Compare openweathermap-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.