★ 2,583 stars
TypeScript
💻 Code/Dev Tools
Updated 1mo ago
A single hub to find Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections to extend Claude Code, Claude Desktop, Agent SDK and OpenClaw
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"buildwithclaude": {
"command": "npx",
"args": [
"-y",
"davepoon/buildwithclaude"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add buildwithclaude npx -y davepoon/buildwithclaude
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"buildwithclaude": {
"command": "npx",
"args": [
"-y",
"davepoon/buildwithclaude"
]
}
}
}
📋 Copy
Topics
claude claude-code claude-code-commands claude-skills cli-tool commands mcp mcp-server mcp-tools openclaw plugin-marketplace subagents