rust-mcp-server-generator
Generates production-ready Rust MCP server projects with tools, prompts, and resources using the official rmcp SDK.
Install
npx skills add https://github.com/github/awesome-copilot --skill rust-mcp-server-generatorStats
| Total installs | 7,528 |
| Weekly installs | 7.5K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Generates complete project structure with Cargo.toml, handler implementations, and integration tests using the official rmcp SDK
- Supports multiple transport types (stdio, SSE, HTTP) with configurable features and async/await patterns throughout
- Includes macros for tool definition (#[tool], #[tool_router], #[tool_handler]) and type-safe parameter handling via schemars::JsonSchema
- Provides templates for tools, prompts, resources, and state management with Arc<RwLock<T>> for shared state and tracing for structured logging
Tags
Related skills
| Skill | Installs | vs rust-mcp-server-generator |
|---|---|---|
| dataverse-python-quickstart | 7,453 | -75 |
| php-mcp-server-generator | 7,460 | -68 |
| typespec-api-operations | 7,404 | -124 |
| csharp-async | 7,628 | +100 |
| kotlin-springboot | 7,632 | +104 |
FAQ
- How many installs does rust-mcp-server-generator have?
- rust-mcp-server-generator has 7,528 total installs and 7.5K installs this week.
- Where is rust-mcp-server-generator hosted?
- rust-mcp-server-generator is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does rust-mcp-server-generator have?
- rust-mcp-server-generator has 27.4K GitHub stars.
- When was rust-mcp-server-generator first indexed?
- OrangeBot.AI first indexed rust-mcp-server-generator on Feb 25, 2026.
- How do I install rust-mcp-server-generator?
- Run: npx skills add https://github.com/github/awesome-copilot --skill rust-mcp-server-generator