SkyrimCK-MCP

Pyrhame/SkyrimCK-MCP
★ 3 stars C# 📁 File System Updated 3d ago
MCP server that lets Claude Code read/write Skyrim SE ESP files without opening Creation Kit. Built to make modding accessible to blind modders.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "skyrimck-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Pyrhame/SkyrimCK-MCP"
      ]
    }
  }
}