MCP server for v33 Systematic — systematic crypto trading strategy data and backtest results
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"v33-mcp-server": {
"command": "npx",
"args": [
"-y",
"nadav621-n/v33-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add v33-mcp-server npx -y nadav621-n/v33-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"v33-mcp-server": {
"command": "npx",
"args": [
"-y",
"nadav621-n/v33-mcp-server"
]
}
}
}