swift-mcp-server-generator
Scaffolds production-ready Swift MCP servers with structured logging, concurrency, and tool/resource templates.
Install
npx skills add https://github.com/github/awesome-copilot --skill swift-mcp-server-generatorStats
| Total installs | 7,444 |
| Weekly installs | 7.4K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Scaffolds full project structure with Package.swift, source files organized by capability (Tools, Resources, Prompts), and unit tests
- Includes templates for main.swift with ServiceLifecycle integration, Server.swift configuration, and handler implementations for tools, resources, and prompts
- Provides example tool definitions (greet, calculate) and resource/prompt handlers with proper error handling and logging
- Uses modern Swift concurrency (async/await), actor-based state management for thread safety, and structured logging via swift-log
- Generates README, test templates, and integration instructions for Claude Desktop configuration
Tags
Related skills
| Skill | Installs | vs swift-mcp-server-generator |
|---|---|---|
| kotlin-mcp-server-generator | 7,406 | -38 |
| go-mcp-server-generator | 7,409 | -35 |
| structured-autonomy-generate | 7,407 | -37 |
| declarative-agents | 7,407 | -37 |
| image-to-video | 7,482 | +38 |
FAQ
- How many installs does swift-mcp-server-generator have?
- swift-mcp-server-generator has 7,444 total installs and 7.4K installs this week.
- Where is swift-mcp-server-generator hosted?
- swift-mcp-server-generator is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does swift-mcp-server-generator have?
- swift-mcp-server-generator has 27.4K GitHub stars.
- When was swift-mcp-server-generator first indexed?
- OrangeBot.AI first indexed swift-mcp-server-generator on Feb 25, 2026.
- How do I install swift-mcp-server-generator?
- Run: npx skills add https://github.com/github/awesome-copilot --skill swift-mcp-server-generator