mcp-yeoman
If you are the rightful owner of mcp-yeoman and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that integrates with Yeoman generators, enabling AI agents to search and execute Yeoman templates programmatically.
The MCP Yeoman Server is a specialized server designed to facilitate the integration of Yeoman generators with AI agents. It allows for the programmatic search and execution of Yeoman templates, making it easier for developers to automate the creation of project scaffolding. The server provides a set of tools that enable users to search for templates, retrieve generator options, and run generators with specified parameters. This server is particularly useful for developers looking to streamline their workflow by automating repetitive tasks associated with project setup. It supports installation via Smithery and can be configured to work with platforms like Claude Desktop. The server also includes robust error handling and supports persistent storage of generators to improve performance.
Features
- Integration with Yeoman generators for automated project setup.
- Programmatic search and execution of Yeoman templates.
- Support for persistent storage of generators to enhance performance.
- Comprehensive error handling and logging for debugging.
- Compatibility with platforms like Claude Desktop.
Tools
yeoman_search_templates
Search for Yeoman templates on npm using specified keywords.
yeoman_get_generator_options
Retrieve required options and arguments for a specified Yeoman generator.
yeoman_generate
Execute a Yeoman generator with specified parameters.