mcpserver-builder

ModelContextProtocol-Security/mcpserver-builder
★ 1 stars Unknown language 🔒 Security Updated 6mo ago
MCP Development Expert - Teaches users how to build secure, well-architected MCP servers through guided development education. Provides practical scaffolding and templates while building user expertise in secure development practices. Part of the Model Context Protocol Security initiative.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserver-builder": {
      "command": "npx",
      "args": [
        "-y",
        "ModelContextProtocol-Security/mcpserver-builder"
      ]
    }
  }
}