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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"nt-mcp-server": {
"command": "npx",
"args": [
"-y",
"Wendigooor/nt-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add nt-mcp-server npx -y Wendigooor/nt-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"nt-mcp-server": {
"command": "npx",
"args": [
"-y",
"Wendigooor/nt-mcp-server"
]
}
}
}
📋 Copy