ninjatrader-mcp

anfs-pain/ninjatrader-mcp
★ 5 stars C# AI/LLM Updated 2d ago
NinjaTrader 8 MCP server -- 26 tools for Claude Code to control NT8 accounts, orders, positions, and market data
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ninjatrader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anfs-pain/ninjatrader-mcp"
      ]
    }
  }
}