MCP server that lets Claude Code read/write Skyrim SE ESP files without opening Creation Kit. Built to make modding accessible to blind modders.
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"
]
}
}
}
Run in terminal:
claude mcp add skyrimck-mcp npx -y Pyrhame/SkyrimCK-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"skyrimck-mcp": {
"command": "npx",
"args": [
"-y",
"Pyrhame/SkyrimCK-MCP"
]
}
}
}