Text Alternating Case
Freeby MCP Community
Transforms input text so that letters alternately switch between uppercase and lowercase, starting with uppercase. MCP server for Claude Desktop and modelcontex
v1.0.0Added Apr 12, 2026
Text Alternating Case MCP Server
Transforms input text so that letters alternately switch between uppercase and lowercase, starting with uppercase. MCP server for Claude Desktop and modelcontex
Installation
Reviews
Installation
Quick install
npx -y @dennisk2025/text-alternating-case
Add to claude_desktop_config.json
{
"mcpServers": {
"text-alternating-case": {
"command": "npx",
"args": ["-y", "@dennisk2025/text-alternating-case"]
}
}
}