openweathermap-mcp-server
by abhayymishraa·★ 0·Score 24
MCP server providing weather data from OpenWeatherMap API with Bun runtime.
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:
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
Installation
bun installbun run index.tsClaude Desktop configuration:
{
"mcpServers": {
"openweathermap": {
"command": "bun",
"args": ["run", "/path/to/openweathermap-mcp-server/index.ts"]
}
}
}Compare openweathermap-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.