bck-ydjs09-ydjs_mcp_registry

YundaeLeeSong/bck-ydjs09-ydjs_mcp_registry
★ 0 stars Batchfile API Integration Updated 3d ago
This is a personalized and centralized repository for discovering MCP servers, similar to Docker Hub, npm, uv, or uvx. This is not an official or published registry and any developers can browse pre-made MCP servers here (e.g., YouTube integration, GitHub integration, Memory servers) and install them with a single command.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bck-ydjs09-ydjs_mcp_": {
      "command": "npx",
      "args": [
        "-y",
        "YundaeLeeSong/bck-ydjs09-ydjs_mcp_registry"
      ]
    }
  }
}