This server generates professional German welcome texts for new employees by extracting structured data from free-form input and composing modular onboarding messages. It exposes three tools: extract_from_text pulls names, positions, skills, experience, and interests from plain text, generate_modular_welcome_text builds customizable messages from five template modules with multiple variants for intros and closings, and list_extracted_data retrieves stored employee records from local JSON storage. Reach for this when you need consistent, personalized welcome messages at scale and want Claude to handle both the data parsing and template composition instead of manually formatting each introduction. The module system lets you toggle sections like fun facts or career history depending on what information you have available.
claude mcp add --transport stdio io.github.goodfel10w-welcome-text-generator-mcp -- npx -y welcome-text-generator-mcp