MCP server exposing SMHI (Swedish Meteorological and Hydrological Institute) weather forecasts as tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"smhi-mcp-server": {
"command": "npx",
"args": [
"-y",
"LittleAndi/smhi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add smhi-mcp-server npx -y LittleAndi/smhi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"smhi-mcp-server": {
"command": "npx",
"args": [
"-y",
"LittleAndi/smhi-mcp-server"
]
}
}
}