loading…
Search for a command to run...
loading…
Provides access to current weather conditions and hourly forecasts for any location in Sweden using the SMHI Open Data API. It supports built-in city lists, coo
Provides access to current weather conditions and hourly forecasts for any location in Sweden using the SMHI Open Data API. It supports built-in city lists, coordinate inputs, and geocoding fallback to deliver detailed meteorological data without requiring authentication.
MCP server for Swedish weather data using the SMHI Open Data API.
{
"mcpServers": {
"swedish-weather": {
"command": "node",
"args": ["/path/to/mcp-swedish-weather/src/index.js"]
}
}
}
SMHI Open Data — free, no authentication required. Official Swedish government meteorological data.
This is one of several Nordic MCP servers. See mcp-nordic for the unified meta-server.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-swedish-weather": {
"command": "npx",
"args": []
}
}
}