@mukundakatta/case-mcp
v0.1.0
Published
MCP server: convert strings between camelCase, snake_case, kebab-case, PascalCase, and more.
Maintainers
Readme
case-mcp
MCP server: convert a string between case styles. Smart splitting handles
mixed-case identifiers like someXMLParser and my-Mixed_thing.
Tool
convert
{ "text": "someXMLParser", "style": "snake" }→ { "result": "some_xml_parser" }
Supported styles: camel, pascal, snake, constant, kebab, train,
dot, path, title, lower, upper, sentence.
| Style | Example output |
|-------------|------------------------|
| camel | helloWorld |
| pascal | HelloWorld |
| snake | hello_world |
| constant | HELLO_WORLD |
| kebab | hello-world |
| train | Hello-World |
| dot | hello.world |
| path | hello/world |
| title | Hello World |
| sentence | Hello world |
Configure
{ "mcpServers": { "case": { "command": "npx", "args": ["-y", "@mukundakatta/case-mcp"] } } }License
MIT.
