SIN-Code-MCP-Server-Builder-Skill

OpenSIN-Code/SIN-Code-MCP-Server-Builder-Skill
★ 0 stars Python 💻 Code/Dev Tools Updated today
MCP Server Builder — meta-skill that scaffolds new MCP servers (python-fastmcp / node-mcp / go-mcp) following the OpenSIN-Code canonical pattern. 8 tools: scaffold, template_list, add_tool, test, register, validate, publish, audit.
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": {
    "sin-code-mcp-server-": {
      "command": "uvx",
      "args": [
        "sin-code-mcp-server-builder-skill"
      ]
    }
  }
}

Or install with pip: pip install sin-code-mcp-server-builder-skill