Build With Claude

v1.0.0Developer Toolsstable

A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw

claudeclaude-codeclaude-code-commandsclaude-skillscli-tool
Share:
2,960
Stars
0
Downloads
0
Weekly
0/5

What is Build With Claude?

Build With Claude is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to single hub to find claude skills, agents, commands, hooks, plugins, and marketplace collections to extend claude code, claude desktop, agent sdk and openclaw

A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw

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

Features

  • A single hub to find Claude Skills, Agents, Commands, Hooks,

Use Cases

Find Claude skills, agents, and commands in one hub.
Discover plugins and marketplace extensions for Claude.
davepoon

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx buildwithclaude

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 Build With Claude

Build With Claude is a plugin marketplace and discovery platform for Claude Code that indexes over 20,000 community plugins, 4,500+ MCP servers, and curated collections of AI agents, slash commands, hooks, and skills. It ships 117 specialist agents (Python, Go, DevOps, Security, ML, Blockchain), 175 slash commands, 28 event-driven hooks, and 51 bundled plugin packages, all browsable at buildwithclaude.com or installable directly from the Claude Code CLI. Developers use it to rapidly extend Claude Code workflows without writing boilerplate scaffolding from scratch.

Prerequisites

  • Claude Code CLI installed (npm install -g @anthropic-ai/claude-code)
  • Node.js 18+ for running npx commands
  • A GitHub account if contributing plugins
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Add the Build With Claude marketplace to Claude Code

Register the marketplace plugin source so that Claude Code can discover and install plugins from this collection.

/plugin marketplace add davepoon/buildwithclaude
2

Browse and search available plugins

Search the marketplace directly from the CLI to find agents, commands, hooks, and skills by keyword.

/plugin search @buildwithclaude
3

Install specific plugins

Install individual plugins by name, or install entire categories at once for agents, commands, or hooks.

# Install a single agent
/plugin install agents-python-expert@buildwithclaude

# Install all commands
/plugin install all-commands@buildwithclaude

# Install all hooks
/plugin install all-hooks@buildwithclaude
4

Alternative: manual installation via git clone

Clone the repository and copy plugin files manually into your Claude Code configuration directories if the plugin command is not available.

git clone https://github.com/davepoon/buildwithclaude.git
cd buildwithclaude

# Install agents
find plugins/agents-*/agents -name "*.md" -exec cp {} ~/.claude/agents/ \;

# Install commands
find plugins/commands-*/commands -name "*.md" -exec cp {} ~/.claude/commands/ \;
5

Use installed agents and commands

Agents are invoked contextually or explicitly; commands use the slash prefix.

# Invoke an agent explicitly
"Use the python-pro to optimize this function"

# Run a command
/commit
/create-pr
/docs

Build With Claude Examples

Client configuration

Configure Build With Claude as an MCP server in Claude Desktop to access its tools programmatically.

{
  "mcpServers": {
    "buildwithclaude": {
      "command": "npx",
      "args": ["buildwithclaude"]
    }
  }
}

Prompts to try

Example instructions you can give Claude Code once the marketplace is connected.

- "Use the agents-security-auditor to review the authentication code in src/auth.ts."
- "/commit — create a conventional commit message for these staged changes."
- "Have the devops-troubleshooter help debug why my Docker container keeps OOMing."
- "/tdd — set up test-driven development scaffolding for the new payments module."

Troubleshooting Build With Claude

/plugin command not recognised in Claude Code

Ensure you are running a recent version of the Claude Code CLI. Update with npm install -g @anthropic-ai/claude-code, then restart Claude Code before retrying the marketplace add command.

Agents or commands are installed but Claude does not invoke them

Verify the plugin files were copied to the correct directories: agents go to ~/.claude/agents/ and commands go to ~/.claude/commands/. Restart Claude Code after copying so the new files are indexed.

npx buildwithclaude fails with a package not found error

The npx invocation requires network access to the npm registry. Confirm internet connectivity and that npm is configured correctly (npm config get registry). As a fallback, use the manual git clone installation path described in step 4.

Frequently Asked Questions about Build With Claude

What is Build With Claude?

Build With Claude is a Model Context Protocol (MCP) server that single hub to find claude skills, agents, commands, hooks, plugins, and marketplace collections to extend claude code, claude desktop, agent sdk and openclaw It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Build With Claude?

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

Which AI clients work with Build With Claude?

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

Is Build With Claude free to use?

Yes, Build With Claude 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": { "buildwithclaude": { "command": "npx", "args": ["-y", "buildwithclaude"] } } }

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

Read the full setup guide →

Ready to use Build With Claude?

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