Nephyr Backtest
Rank #4,821io.github.clm-studios/nephyr-backtest
MCP server providing nephyr-backtest capabilities
Nephyr Backtest is a Model Context Protocol (MCP) server published by clm-studios. It ranks #4,821 of 115,460 servers tracked on MCP Toplist, and its repository has 40 GitHub stars. Nephyr Backtest is listed on Official MCP, with 2 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Apr 1, 2026.
Ranks ahead of 110,639 of 115,460 servers on MCP Toplist.
Use Nephyr Backtest
claude mcp add nephyr-backtest -- uvx nephyr-backtest[mcp_servers.nephyr-backtest]
command = "uvx"
args = ["nephyr-backtest"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"nephyr-backtest": {
"command": "uvx",
"args": [
"nephyr-backtest"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nephyr-backtest": {
"command": "uvx",
"args": [
"nephyr-backtest"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"nephyr-backtest": {
"type": "stdio",
"command": "uvx",
"args": [
"nephyr-backtest"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"nephyr-backtest": {
"command": "uvx",
"args": [
"nephyr-backtest"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nephyr-backtest": {
"command": "uvx",
"args": [
"nephyr-backtest"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.clm-studios%2Fnephyr-backtest)<a href="https://mcptoplist.com/server/io.github.clm-studios%2Fnephyr-backtest"><img src="https://mcptoplist.com/badge/io.github.clm-studios%2Fnephyr-backtest.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
clm-studios
Other servers by clm-studios
View all clm-studios servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nephyr Backtest?
- Nephyr Backtest is maintained by clm-studios, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Nephyr Backtest listed on the Official MCP Registry?
- Yes — Nephyr Backtest is listed on the Official MCP Registry.
- How many versions does Nephyr Backtest have?
- MCP Toplist tracks 2 versions of Nephyr Backtest, most recently published on Apr 1, 2026.
- Where can I find the source code for Nephyr Backtest?
- The source code for Nephyr Backtest is hosted at github.com/clm-studios/nephyr-backtest.