Claude Emporium

v1.0.0โ€ขDeveloper Toolsโ€ขstable

๐Ÿ› [UNDER CONSTRUCTION] A (roman) claude plugin marketplace

aiai-agentsanthropicautomationclaude
Share:
104
Stars
0
Downloads
0
Weekly
0/5

What is Claude Emporium?

Claude Emporium is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ๐Ÿ› [under construction] a (roman) claude plugin marketplace

๐Ÿ› [UNDER CONSTRUCTION] A (roman) claude plugin marketplace

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP protocol support

Use Cases

Claude plugin marketplace
Skill discovery and sharing
Plugin ecosystem
Vvkmnn

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 7, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-emporium

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Claude Emporium

Claude Emporium is a plugin marketplace for Claude Code that lets you discover, install, and manage a curated collection of MCP-backed skills โ€” including context guards, session memory, tool discovery, file recovery, and prompt optimization. Each plugin bundles both a Claude Code skill (slash commands and hooks) and an underlying MCP server, so you get conversational shortcuts alongside persistent agent capabilities. It is designed for developers who want a richer Claude Code workflow without manually wiring up individual MCP servers.

Prerequisites

  • Claude Code IDE installed and authenticated
  • Node.js 20 or later
  • CLAUDE_PLUGIN_ROOT environment variable set for hook execution
  • An MCP-compatible client (Claude Code handles this automatically)
1

Add the Emporium marketplace to Claude Code

Register the claude-emporium repository as a plugin source in your Claude Code environment. This makes all Emporium plugins available for installation.

/plugin marketplace add Vvkmnn/claude-emporium
2

Install individual plugins

Install the specific plugins you need. Available plugins include Praetorian (context guard), Historian (session memory), Oracle (tool discovery), Gladiator (adaptive learning), Vigil (file recovery), and Orator (prompt optimization).

/plugin install claude-praetorian@claude-emporium
/plugin install claude-historian@claude-emporium
/plugin install claude-oracle@claude-emporium
/plugin install claude-vigil@claude-emporium
/plugin install claude-orator@claude-emporium
3

Alternatively, add MCP servers directly

If you prefer to wire up MCP servers without the plugin layer, you can add each one individually using the claude mcp add command.

claude mcp add praetorian -- npx claude-praetorian-mcp
claude mcp add historian -- npx claude-historian-mcp
claude mcp add oracle -- npx claude-oracle-mcp
claude mcp add vigil -- npx claude-vigil-mcp
claude mcp add orator -- npx claude-orator-mcp
4

Configure hook behavior (optional)

Plugin hook settings are stored in ~/.claude/settings.json under the claude-emporium key. You can disable automatic behaviors per plugin โ€” for example, disabling auto-compact for Praetorian.

5

Verify plugins are active

Use the slash commands exposed by each plugin to confirm they are running. For example, search your conversation history with Historian or save a context snapshot with Praetorian.

/search-historian
/save-vigil
/search-oracle

Claude Emporium Examples

Client configuration

If adding a specific Emporium MCP server directly to Claude Desktop, use the npx command for the chosen plugin.

{
  "mcpServers": {
    "praetorian": {
      "command": "npx",
      "args": ["claude-praetorian-mcp"]
    },
    "historian": {
      "command": "npx",
      "args": ["claude-historian-mcp"]
    }
  }
}

Prompts to try

Once plugins are installed, you can use natural language or slash commands to invoke their capabilities.

- "/compact-praetorian โ€” save current context before a long task"
- "/search-historian find how I fixed the authentication bug last week"
- "/search-oracle what browser automation tools are available?"
- "/reprompt-orator improve this prompt for code generation"
- "/restore-vigil recover the file I accidentally deleted"

Troubleshooting Claude Emporium

CLAUDE_PLUGIN_ROOT is not set and hooks fail to execute

Set the CLAUDE_PLUGIN_ROOT environment variable to the directory where Claude Code stores its plugin data, then restart Claude Code.

Plugin installation fails with 'marketplace not found'

Ensure you have run the marketplace add command first: /plugin marketplace add Vvkmnn/claude-emporium, then retry the /plugin install command.

Node.js version is too old

Claude Emporium requires Node.js 20 or later. Run 'node --version' to check your version, and upgrade via nvm or the official Node.js installer if needed.

Frequently Asked Questions about Claude Emporium

What is Claude Emporium?

Claude Emporium is a Model Context Protocol (MCP) server that ๐Ÿ› [under construction] a (roman) claude plugin marketplace It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude Emporium?

Follow the installation instructions on the Claude Emporium GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Claude Emporium?

Claude Emporium works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Claude Emporium free to use?

Yes, Claude Emporium is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "claude-emporium": { "command": "npx", "args": ["-y", "claude-emporium"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide โ†’

Ready to use Claude Emporium?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides