mcp-yeoman

mcp-yeoman

2.7

The MCP Yeoman Server is a Model Context Protocol server that facilitates the integration of AI agents with Yeoman generators. It supports searching for templates and executing generators programmatically, enhancing automation workflows.

MCP Yeoman Server

A Model Context Protocol (MCP) server that integrates with Yeoman generators. It enables AI agents to search for and execute Yeoman templates programmatically.

Tools

  • Template Search Methods
    • Search for Yeoman templates on npm using specified keywords and optional page size.
  • Generator Methods
    • Retrieve required options for a Yeoman generator by its name.
    • Execute a Yeoman generator with specified working directory, application details, and optional arguments.

Installation

  • Prerequisites: Node.js (v16+), npm or yarn
  • Clone the repository and install dependencies with npm install.
  • Build the package using npm run build.

Usage with Claude Desktop

Integrate the server into claude_desktop_config.json using npx or Node.js command.

Command-line Arguments

Supports specifying persistent directory for installing Yeoman generators to improve performance.