mcp-java

QTSurfer/mcp-java
★ 0 stars Java Code/Dev Tools Updated 1d ago
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.
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}