Build With Claude
A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw
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
Maintainer
Works with
Installation
Manual Installation
npx buildwithclaudeConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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/buildwithclaudeBrowse and search available plugins
Search the marketplace directly from the CLI to find agents, commands, hooks, and skills by keyword.
/plugin search @buildwithclaudeInstall 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@buildwithclaudeAlternative: 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/ \;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
/docsBuild 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.
Build With Claude Alternatives — Similar Developer Tools Servers
Looking for alternatives to Build With Claude? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Build With Claude in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.