What is the Nephyr Wallets MCP server?
Smart money tracking — discover, score, and analyze top Polymarket wallets
How to install Nephyr Wallets
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-wallets": {
"command": "uvx",
"args": [
"nephyr-wallets"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"nephyr-wallets": {
"command": "uvx",
"args": [
"nephyr-wallets"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nephyr-wallets": {
"command": "uvx",
"args": [
"nephyr-wallets"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"nephyr-wallets": {
"type": "stdio",
"command": "uvx",
"args": [
"nephyr-wallets"
]
}
}
}Claude Code
claude mcp add nephyr-wallets -- uvx nephyr-walletsRelated 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 →GFS ensemble weather signals for prediction market edge detection across 12 cities
View repository →