Case
FreeNot checkedMCP server: convert a string between case styles. Smart splitting handles mixed-case identifiers like someXMLParser and my-Mixed_thing.
About
MCP server: convert a string between case styles. Smart splitting handles mixed-case identifiers like someXMLParser and my-Mixed_thing.
README
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.
Install Case in Claude Desktop, Claude Code & Cursor
unyly install case-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add case-mcp -- npx -y @mukundakatta/case-mcpFAQ
Is Case MCP free?
Yes, Case MCP is free — one-click install via Unyly at no cost.
Does Case need an API key?
No, Case runs without API keys or environment variables.
Is Case hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Case in Claude Desktop, Claude Code or Cursor?
Open Case on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Case with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
