ninjatrader-mcp-bridge

EdderTalmor/ninjatrader-mcp-bridge
★ 0 stars Python AI/LLM Updated today
NinjaScript AddOn: HTTP REST API bridge for connecting MCP servers (Claude, etc.) to NinjaTrader 8. Compatible with ninjatrader-mcp.
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": {
    "ninjatrader-mcp-brid": {
      "command": "uvx",
      "args": [
        "ninjatrader-mcp-bridge"
      ]
    }
  }
}

Or install with pip: pip install ninjatrader-mcp-bridge

README Excerpt

A NinjaScript AddOn that exposes an HTTP REST API, allowing AI agents and MCP servers to connect to NinjaTrader 8 for strategy analysis. The [ninjatrader-mcp](https://github.com/ozmnf4/ninjatrader-mcp) MCP server provides Claude and other AI tools with trading capabilities — but it needs a local HTTP server running inside NinjaTrader to bridge the gap. The original author didn't release their AddOn source. This project fills that gap.