cryptiklemur/rimworld-mcp-server
If you are the rightful owner of rimworld-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
RimWorld MCP Server is a high-performance Model Context Protocol server designed for analyzing RimWorld XML definitions, patches, and mod interactions.
Tools
Functions exposed to the LLM to take actions
getDef
Get specific definition by name.
getDefsByType
Get all definitions of a specific type.
searchDefs
Search definitions by content.
getDefsByMod
Get all definitions from a specific mod.
getReferences
Get reference information for a definition.
getDependencyChain
Get dependency chain for a definition.
getPatchHistory
Get patch history for a definition.
getConflicts
Get conflict information.
getPatchCoverage
Get patch coverage for a mod.
simulateModRemoval
Simulate the impact of removing a mod.
suggestLoadOrder
Get load order suggestions.
getModList
Get list of all loaded mods.
getStatistics
Get server statistics.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client