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

Related MCP server: ast-editor

Configure

{ "mcpServers": { "case": { "command": "npx", "args": ["-y", "@mukundakatta/case-mcp"] } } }

License

MIT.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Tools

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Advanced code search and transformation MCP server for AI assistants. Combines ugrep's speed with intelligent replace capabilities, dry-run previews, and language-aware refactoring across 11 tools.
    Last updated
    1
    9
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    AST-targeted code editing MCP server with 28 surgical tools for structural edits across 11 languages. Built on tree-sitter, replaces brittle search/replace with byte-correct edits keyed by symbol names.
    Last updated
    28
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A text transformation and formatting MCP server that provides common text manipulation functions such as case conversion, encoding/decoding, formatting, analysis, and regex operations directly within your AI assistant workflow.
    Last updated
    43
    14
    8
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server exposing Arabic text utilities: normalisation, tashkeel stripping, transliteration, heuristic dialect detection, and token counting.
    Last updated
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Text case conversion MCP.

  • Encoding MCP — Base64 / Base64URL / Base32 / Hex.

  • Normalize and convert more than 400 file types via TweekIT's hosted MCP streamable HTTP endpoint.

View all MCP Connectors

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