A plugin marketplace for Claude Code used at the Machine Intelligence Research Institute.
Plugins may have their own prerequisites. See each plugin's README for details.
Via Claude Code CLI
claude /plugin marketplace add machine-intelligence/claude-code-plugins
claude /plugin install video-tools@miri-toolsVia Claude Desktop App
- Open Claude Desktop and click the Code tab
- Open the sidebar (click the sidebar icon or press Cmd + .)
- Click Plugins at the bottom of the sidebar
- Click the + button, then Browse plugins
- In the Browse plugins dialog, click the By Anthropic dropdown
- Select Add marketplace from GitHub
- Enter
machine-intelligence/claude-code-pluginsand click Sync - Switch to the new marketplace in the dropdown and install the plugins you want
For managed or automated setups, add to ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"miri-tools": {
"source": {
"source": "github",
"repo": "machine-intelligence/claude-code-plugins"
}
}
},
"enabledPlugins": {
"video-tools@miri-tools": true
}
}| Plugin | Description |
|---|---|
| video-tools | Tools for downloading and clipping videos from the internet |