NordicMCP — Weather
Rank #64,208eu.nordicmcp/weather
Hosted Weather MCP server (Open-Meteo): current, forecast, and historical weather by location.
NordicMCP — Weather is a Model Context Protocol (MCP) server published by pefman. It ranks #64,208 of 115,591 servers tracked on MCP Toplist. NordicMCP — Weather is listed on Official MCP, with 1 tracked version. It was first listed on Aug 16, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 51,383 of 115,591 servers on MCP Toplist.
Use NordicMCP — Weather
claude mcp add --transport http weather https://nordicmcp.eu/mcp/weather/%7Btoken%7D[mcp_servers.weather]
url = "https://nordicmcp.eu/mcp/weather/%7Btoken%7D"Add to ~/.codex/config.toml.
https://nordicmcp.eu/mcp/weather/%7Btoken%7DSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"weather": {
"url": "https://nordicmcp.eu/mcp/weather/%7Btoken%7D"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"weather": {
"type": "http",
"url": "https://nordicmcp.eu/mcp/weather/%7Btoken%7D"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"weather": {
"serverUrl": "https://nordicmcp.eu/mcp/weather/%7Btoken%7D"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"weather": {
"url": "https://nordicmcp.eu/mcp/weather/%7Btoken%7D"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/eu.nordicmcp%2Fweather)<a href="https://mcptoplist.com/server/eu.nordicmcp%2Fweather"><img src="https://mcptoplist.com/badge/eu.nordicmcp%2Fweather.svg" alt="MCP Toplist: #64,208 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
pefman
Other servers by pefman
View all pefman servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 16, 2026 |
Frequently asked questions
- Who maintains NordicMCP — Weather?
- NordicMCP — Weather is maintained by pefman, which publishes 5 MCP servers (4 total versions) tracked on MCP Toplist.
- Is NordicMCP — Weather listed on the Official MCP Registry?
- Yes — NordicMCP — Weather is listed on the Official MCP Registry.
- How many versions does NordicMCP — Weather have?
- MCP Toplist tracks 1 version of NordicMCP — Weather, most recently published on Aug 16, 2026.
- Where can I find the source code for NordicMCP — Weather?
- The source code for NordicMCP — Weather is hosted at github.com/pefman/nordicmcp.eu.