nt-mcp-server

Wendigooor/nt-mcp-server
★ 2 stars C# Code/Dev Tools Updated 2d ago
MCP (Model Context Protocol) server for NinjaTrader 8 — AI-native trading via Claude, Hermes, or any MCP client. Read positions, place orders, get quotes, backtest strategies.
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": {
    "nt-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Wendigooor/nt-mcp-server"
      ]
    }
  }
}