met-office-mcp-server

smling/met-office-mcp-server
★ 0 stars Java 📦 Other Updated 7d ago
MET office MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "met-office-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "smling/met-office-mcp-server"
      ]
    }
  }
}