MCP server for QTSurfer — exposes backtesting and market data as AI tools over stdio JSON-RPC 2.0. Works with Claude Code, Codex, and any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-java": {
"command": "npx",
"args": [
"-y",
"QTSurfer/mcp-java"
]
}
}
}
Run in terminal:
claude mcp add mcp-java npx -y QTSurfer/mcp-java
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-java": {
"command": "npx",
"args": [
"-y",
"QTSurfer/mcp-java"
]
}
}
}