claude-marketplace

Nagell/claude-marketplace
★ 0 stars Python 💻 Code/Dev Tools Updated 8d ago
Personal Claude Code marketplace with safety guardrails, auto-formatting, and pre-configured MCP servers for a consistent dev setup across machines.
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": {
    "claude-marketplace": {
      "command": "uvx",
      "args": [
        "claude-marketplace"
      ]
    }
  }
}

Or install with pip: pip install claude-marketplace

README Excerpt

Personal Claude Code marketplace with safety guardrails, auto-formatting, and pre-configured development tools. ```bash /plugin marketplace add Nagell/claude-marketplace /plugin install base-setup@dawidnitka ``` After installing the core plugin, run: ``` /base-setup:plugin-setup ``` This installs all recommended official plugins in one command. Restart Claude Code after installation.