PluginBench
MCP Server

NordicMCP — Weather MCP Server

eu.nordicmcp/weather

What is the NordicMCP — Weather MCP server?

Hosted Weather MCP server (Open-Meteo): current, forecast, and historical weather by location.

How to install NordicMCP — Weather

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "weather": {
      "url": "https://nordicmcp.eu/mcp/weather/{token}"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "weather": {
      "serverUrl": "https://nordicmcp.eu/mcp/weather/{token}"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "weather": {
      "type": "http",
      "url": "https://nordicmcp.eu/mcp/weather/{token}"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "weather": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://nordicmcp.eu/mcp/weather/{token}"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http weather https://nordicmcp.eu/mcp/weather/{token}

Related MCP servers

Hosted Fortnox MCP server: ~120 tools over Fortnox API v3. OAuth2 handled by NordicMCP.

View repository →

Hosted Gmail MCP server: read, search, and manage messages. Google OAuth2 handled by NordicMCP.

View repository →

Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.

View repository →