buildwithclaude
A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw
claude mcp add --transport stdio davepoon-buildwithclaude node server.js \ --env CLAUDE_MARKETPLACE_URL="https://www.buildwithclaude.com"
How to use
This MCP server integrates the Build with Claude marketplace and plugin ecosystem with Claude Code. It exposes a curated collection of Agents, Commands, Hooks, Skills, and Plugins that you can browse, install, or invoke in your Claude Code workflows. Once running, you can use the marketplace tooling to search for plugins, install specific packages from the buildwithclaude collection, and leverage the provided agents and commands in your Claude-based automation. The server acts as a bridge that exposes the Build with Claude catalog to Claude Code clients, enabling discovery and seamless integration of community plugins into your projects.
How to install
Prerequisites:
- Node.js (LTS) installed on your machine
- Git installed
- Internet access to fetch dependencies
Step-by-step:
-
Clone the repository git clone https://github.com/davepoon/buildwithclaude.git cd buildwithclaude
-
Install dependencies npm install
-
Configure environment (optional but recommended)
- Set CLAUDE_MARKETPLACE_URL to the desired marketplace endpoint if different from default
- Ensure any required API keys or tokens are exported as environment variables if the server requires them
-
Run the MCP server node server.js
-
Verify the server is running by checking logs or hitting the MCP server health endpoint if available
Note: If you prefer a different runtime (e.g., uvx or Docker), adapt the commands accordingly using the provided mcp_config format.
Additional notes
Tips and common issues:
- Ensure Node.js is at a compatible version with the server codebase.
- If you encounter module resolution issues, run npm install from the repository root.
- If the marketplace URL or plugin catalog changes, update CLAUDE_MARKETPLACE_URL accordingly.
- For troubleshooting, check logs emitted by server.js and verify network connectivity to the marketplace endpoints.
- This MCP server references a curated set of agents, commands, hooks, skills, and plugins; to add your own, follow the repository's contribution guidelines and documentation embedded in the project.
- If you plan to deploy, consider containerizing the server (Docker) and mounting environment variables securely.
Related MCP Servers
claude-talk-to-figma
A Model Context Protocol (MCP) that allows Claude Desktop and other AI tools (Claude Code, Cursor, Antigravity, etc.) to read, analyze, and modify Figma designs
MeiGen-AI-Design
MeiGen-AI-Design-MCP — Turn Claude Code / OpenClaw into your local Lovart. Local ComfyUI, 1,400+ prompt library, multi-direction parallel generation.
ollama
An MCP Server for Ollama
create -kit
Scaffold a production-ready Model Context Protocol (MCP) server in seconds.
mcp-tidy
CLI tool to visualize and manage MCP server configurations in Claude Code. List servers, analyze usage statistics, and clean up unused servers
RN-upgrade-helper
A Model Context Protocol (MCP) server that automates the React Native Upgrade Helper website to extract upgrade information between React Native versions.