The buildwithclaude MCP server provides a centralized hub for discovering and integrating Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections. It exposes APIs to search, install, and manage these extensions, connecting directly to Claude Code's ecosystem. Developers use it to quickly find and implement community-contributed plugins and tools to enhance Claude's functionality.
The buildwithclaude MCP server provides a centralized hub for discovering and integrating Claude Skills, Agents, Commands, Hooks, Plugins, and Marketplace collections. It exposes APIs to search, install, and manage these extensions, connecting directly to Claude Code's ecosystem. Developers use it to quickly find and implement community-contributed plugins and tools to enhance Claude's functionality.
npx -y buildwithclaudeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"davepoon-buildwithclaude-github": {
"command": "npx",
"args": [
"-y",
"npx -y buildwithclaude"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from buildwithclaude?"
No configuration required. This server works out of the box.
"What resources are available in buildwithclaude?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in buildwithclaude"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in buildwithclaude with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.