mcp-server-builder-skill

libulibas/mcp-server-builder-skill
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
Builds a full MCP server so Claude can connect to any external tool.
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": {
    "mcp-server-builder-s": {
      "command": "uvx",
      "args": [
        "mcp-server-builder-skill"
      ]
    }
  }
}

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