PluginBench
MCP Server

Nephyr Backtest MCP Server

io.github.clm-studios/nephyr-backtest

What is the Nephyr Backtest MCP server?

Prediction market strategy backtesting with real on-chain Polymarket data

How to install Nephyr Backtest

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-backtest": {
      "command": "uvx",
      "args": [
        "nephyr-backtest"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nephyr-backtest": {
      "command": "uvx",
      "args": [
        "nephyr-backtest"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nephyr-backtest": {
      "command": "uvx",
      "args": [
        "nephyr-backtest"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nephyr-backtest": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nephyr-backtest"
      ]
    }
  }
}
Claude Code
claude mcp add nephyr-backtest -- uvx nephyr-backtest

Related MCP servers

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

View repository →

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

View repository →

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

View repository →