DCS Lua Runner MCP Server
Related Servers
Alternatives to DCS Lua Runner MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI mission designers to author and validate DCS World missions through the Mission Editor via a versioned protocol, providing tools for planning, payloads, map inspection, and live editor integration.1MIT
- AlicenseAqualityBmaintenanceConnects AI coding agents to Microsoft Flight Simulator via SimConnect, enabling full read/write access to SimVars, L-vars, events, calculator code execution, and embedded documentation for add-on development.322AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables AI systems to interact with TAK Server for geospatial operations, real-time event handling, and mission management through natural language.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to act as co-GMs and GM assistants within Foundry Virtual Tabletop, providing tools for game mechanics, actors, tokens, combat, canvas placeables, scenes, and world management.208MIT
- AlicenseNot gradedqualityCmaintenanceEnables natural-language-driven Arma Reforger modding, including API research, code generation, project scaffolding, Workbench control, and in-editor testing.47MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to read and control Command: Modern Operations scenarios locally via MCP tools, supporting real-time battle assessment, task planning, and scenario editing.5MIT
TDQS
Scored across 10 tools
All tools have clearly distinct purposes: coordinate conversion, Lua execution, various queries (aircraft, units, mission, player, theatre), sending messages, and spawning units. No overlapping functionality that would confuse an agent.
All tool names follow a consistent verb_noun pattern in snake_case, such as 'convert_coordinates', 'get_aircraft_list', 'send_message'. No mixing of conventions.
10 tools are appropriate for the server's purpose of interacting with DCS. They cover essential operations without being excessive or too sparse.
The tool set covers major functionalities: coordinate conversion, querying units/aircraft/mission/player/theatre, sending messages, spawning units, and a generic Lua executor. Missing delete/modify operations for units or mission control, but the execute_lua tool can compensate, so only minor gaps.