Skip to main content
Glama
MukundaKatta

case-mcp

by MukundaKatta

case-mcp

npm mcp license

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.

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MukundaKatta/case-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server