Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Case

FreeNot checked

MCP server: convert a string between case styles. Smart splitting handles mixed-case identifiers like someXMLParser and my-Mixed_thing.

GitHubEmbed

About

MCP server: convert a string between case styles. Smart splitting handles mixed-case identifiers like someXMLParser and my-Mixed_thing.

README

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.

from github.com/MukundaKatta/case-mcp

Install Case in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install case-mcp

Installs 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-mcp

FAQ

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

Compare Case with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs