What problem does it solve?
This Skill automates the creation of a complete, production-ready Rust Model Context Protocol (MCP) server project, including essential tools, prompts, resources, and tests.
Core Features & Use Cases
- Project Scaffolding: Generates a full Rust project structure with
Cargo.toml, .gitignore, README.md, src/, and tests/.
- SDK Integration: Leverages the official
rmcp SDK and rmcp-macros for efficient server development.
- Customization: Allows users to specify project name, description, transport types (stdio, sse, http), tools, and inclusion of prompts/resources.
- Use Case: A developer needs to quickly set up a new MCP server for a weather data service. They use this Skill, providing "weather-server" as the project name, a description, and "weather lookup" as a tool. The Skill generates all the necessary boilerplate code, saving significant development time.
Quick Start
Use the rust-mcp-server-generator skill to create a new Rust MCP server project named 'my-weather-server' with a 'weather lookup' tool.