Agent Plugins Marketplace
All plugins

housecarl

v2.0.1

Comprehensive data-layer access to your Skyrim SE load order — read any record, author patches into a new plugin, look mods up on Nexus, and look up record schemas, Papyrus signatures, performance reviews, and distributor grammars — in plain English.

Claude Code1 MCP serverstdio

By Avick3110License: GPL-3.0-only32 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install housecarl for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install housecarl@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Avick3110/houseCARL

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.

Plugin files

plugin/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

housecarlstdio
command
${CLAUDE_PLUGIN_ROOT}/server/housecarl-mcp.exe
env.HouseCarl__Mo2InstanceDir
${user_config.mo2_instance_dir}
env.HOUSECARL_DATA_DIR
${CLAUDE_PLUGIN_DATA}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "housecarl",
  "displayName": "houseCARL",
  "version": "2.0.1",
  "description": "Comprehensive data-layer access to your Skyrim SE load order — read any record, author patches into a new plugin, look mods up on Nexus, and look up record schemas, Papyrus signatures, performance reviews, and distributor grammars — in plain English.",
  "author": {
    "name": "Avick3110"
  },
  "homepage": "https://github.com/Avick3110/houseCARL",
  "repository": "https://github.com/Avick3110/houseCARL",
  "license": "GPL-3.0-only",
  "keywords": [
    "skyrim",
    "modding",
    "mod-organizer-2",
    "mutagen",
    "xedit",
    "papyrus",
    "animation"
  ],
  "mcpServers": "./.mcp.json",
  "userConfig": {
    "mo2_instance_dir": {
      "type": "directory",
      "title": "MO2 instance folder",
      "description": "The folder containing ModOrganizer.ini for your modlist (houseCARL derives everything from this).",
      "required": true
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[housecarl on Agent Plugins Marketplace](https://pluginsmp.com/plugins/housecarl)