PluginBench
MCP Server

Nephyr Weather MCP Server

io.github.clm-studios/nephyr-weather

What is the Nephyr Weather MCP server?

GFS ensemble weather signals for prediction market edge detection across 12 cities

How to install Nephyr Weather

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nephyr-weather": {
      "command": "uvx",
      "args": [
        "nephyr-weather"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nephyr-weather": {
      "command": "uvx",
      "args": [
        "nephyr-weather"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nephyr-weather": {
      "command": "uvx",
      "args": [
        "nephyr-weather"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nephyr-weather": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nephyr-weather"
      ]
    }
  }
}
Claude Code
claude mcp add nephyr-weather -- uvx nephyr-weather

Related MCP servers

Prediction market strategy backtesting with real on-chain Polymarket data

View repository →

Prediction market risk management — Kelly sizing, EV calculation, drawdown protection

View repository →

Smart money tracking — discover, score, and analyze top Polymarket wallets

View repository →