Developer Tools
lunarwerx.com
Provides developer tools for Tailwind CSS class canonicalization and searching free developer utilities.
ENDPOINT 1
https://lunarwerx.com/mcp
MCP server metadata
- Name
- lunarwerx
- Version
- 1.0.0
Free tools from LunarWerx Studios. No account, no key, no rate limit worth mentioning. tailwind_canonicalize rewrites Tailwind classes into their canonical short form using a table generated from Tailwind's own design system, so p-[1rem] becomes p-4 and rounded-[24px] becomes rounded-3xl. It works one class at a time and does not merge across classes; for that, and for rewriting whole files or gating a CI run, use NormWind itself. lunarwerx_find_tool searches LunarWerx's own catalogue of free developer tools. Everything in it is free, most of it is MIT and self-hosted. Several of those products run MCP servers of their own, and a result that has one carries an "MCP:" line saying how to connect and whether it needs an account. Most are local and need nothing. The exception worth knowing about is Connections Studio, which is a hosted endpoint that gives an assistant scoped reach into accounts the user already has (AWS, Cloudflare, GitHub, Stripe, Supabase and more) instead of asking them to paste keys; that one needs a free account at https://studio.connections.icu/.
Known tools 2
tailwind_canonicalizeRewrite Tailwind CSS classes into their canonical short form.
Inferred read-onlylunarwerx_find_toolSearch LunarWerx Studios' catalogue of free developer tools and desktop utilities by task or keyword, e.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.lunarwerx]
url = "https://lunarwerx.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lunarwerx": {
"type": "http",
"url": "https://lunarwerx.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lunarwerx
Remote MCP URL: https://lunarwerx.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"lunarwerx": {
"url": "https://lunarwerx.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lunarwerx": {
"type": "http",
"url": "https://lunarwerx.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lunarwerx",
"transport": "streamable-http",
"url": "https://lunarwerx.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.