SatisfactoryMCP
Related Servers
Alternatives to SatisfactoryMCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for Minecraft that manages map points, provides recipes and guides, and enables inspection/download of files and worlds via the exaroton REST API.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for managing recipes, meal plans, shopping lists, and more through a self-hosted Mealie instance.1MIT
- FlicenseNot gradedqualityBmaintenanceA MCP server for KitchenOwl inventory estimates and recipe recommendations.1-
- AlicenseNot gradedqualityDmaintenanceAn external MCP server for diagnosing Minecraft servers via backup analysis, local runtime, or Docker runtime, offering tools for plugin inspection, log analysis, configuration linting, and performance diagnostics.1MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server providing tools for YouTube search, AI trip planning, notes management, web search, and product price comparison, backed by a FastAPI backend.-
- AlicenseAqualityBmaintenanceMCP server for Minecraft modpack diagnostics, enabling mod conflict detection, log/crash analysis, and dependency lookup via Modrinth.9MIT
TDQS
Scored across 42 tools
Most tools are clearly distinct, but several revolve around factories and plans: factory_map and propose_factories both output proposed factories, and factory_sites/list_factories add to the ambiguity. Long descriptions help, but an agent could still misselect between these overlapping tools.
Names are consistently lowercase snake_case, and most follow a verb_noun structure (list_plans, search_items, plan_factory). However, there are several noun-only names (factory_map, power_shards, somersloops, whereami, bom) that break the pattern, though they remain readable and predictable.
With 42 tools, this is well above the 15-tool well-scoped range and into 'too many' territory. While each tool is specialized, the large number creates significant selection overhead and many tools are near-neighbors (factory_map vs propose_factories, plan_factory vs plan_layout vs diff_vs_save).
The tool surface comprehensively covers the Satisfactory domain: factory analysis, planning, recipes, resources, power, world state, collectibles, and progression. There are no obvious dead ends—each major workflow has the necessary support, and the read-only nature is clearly stated.