MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

An Open-Meteo MCP server, built with Dedalus MCP.

Created 3/13/2026
Updated about 19 hours ago
Repository documentation and setup instructions

OpenMeteo MCP Server

A Dedalus MCP server for the public Open-Meteo weather APIs.

Features

  • Search places with Open-Meteo geocoding
  • Fetch forecasts by coordinates
  • Fetch forecasts directly by place name
  • No upstream API key required for the public API

Usage

Run the server

uv run python src/main.py

Test locally

uv run python src/client.py

Available Tools

| Tool | Description | |------|-------------| | openmeteo_search_locations | Search locations by name | | openmeteo_get_forecast | Get forecast data for coordinates | | openmeteo_get_forecast_for_location | Search a location, then fetch its forecast |

API Reference

License

MIT

Quick Setup
Installation guide for this server

Install Package (if required)

uvx openmeteo-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "dedalus-labs-openmeteo-mcp": { "command": "uvx", "args": [ "openmeteo-mcp" ] } } }
Author Servers
Other servers by dedalus-labs