Automates the creation, validation, and management of Model Context Protocol (MCP) server projects. Provides standardized project scaffolding, build automation, and integration patterns for MCP-compliant services.
Features
Project scaffolding for MCP servers (Rust, Python, TypeScript, etc.)
Automated build and test workflows
Validation of MCP compliance (API, schema, endpoints)
Integration with EdgeQuake and other RAG frameworks
Documentation and code generation utilities
Usage
Place this SKILL in .github/skills/mcp-builder/.
Use the provided scripts and templates to scaffold new MCP projects:
scripts/create-mcp-project.sh
templates/ (starter code, config files)
Run validation scripts to ensure MCP compliance.
Integrate with CI/CD as needed.
Example Commands
# Scaffold a new MCP server in Rust
bash .github/skills/mcp-builder/scripts/create-mcp-project.sh --lang rust --name my-mcp-server
# Validate MCP compliance
python3 .github/skills/mcp-builder/scripts/validate_mcp.py --project my-mcp-server
1---2name: mcp-builder3description: mcp-builder SKILL4---5# mcp-builder SKILL67## Purpose89Automates the creation, validation, and management of Model Context Protocol (MCP) server projects. Provides standardized project scaffolding, build automation, and integration patterns for MCP-compliant services.1011## Features1213- Project scaffolding for MCP servers (Rust, Python, TypeScript, etc.)14- Automated build and test workflows15- Validation of MCP compliance (API, schema, endpoints)16- Integration with EdgeQuake and other RAG frameworks17- Documentation and code generation utilities1819## Usage20211. Place this SKILL in `.github/skills/mcp-builder/`.222. Use the provided scripts and templates to scaffold new MCP projects:23 - `scripts/create-mcp-project.sh`24 - `templates/` (starter code, config files)253. Run validation scripts to ensure MCP compliance.264. Integrate with CI/CD as needed.2728## Example Commands2930```bash31# Scaffold a new MCP server in Rust32bash .github/skills/mcp-builder/scripts/create-mcp-project.sh --lang rust --name my-mcp-server3334# Validate MCP compliance35python3 .github/skills/mcp-builder/scripts/validate_mcp.py --project my-mcp-server36```3738## Directory Structure3940- `SKILL.md` (this file)41- `scripts/` (automation scripts)42- `templates/` (starter project templates)43- `README.md` (detailed usage)4445## References4647- [Model Context Protocol (MCP) Spec](https://github.com/anthropics/model-context-protocol)48- [EdgeQuake RAG Framework](https://github.com/raphaelmansuy/edgequake)
Run npx skillmds@latest add raphaelmansuy/mcp-builder in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
mcp-builder SKILL It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
raphaelmansuy (@raphaelmansuy) published this skill. Their other Agent Skills are listed on their SkillMD profile.