text slugifier for Claude Desktop
io.github.ryuamarines/text-slugifier
Converts text titles into URL-safe slugs and flags duplicates. x402 payment required (testnet USDC).
client:Claude Desktop
transport:streamable-http
tools:1
Install text slugifier in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"text-slugifier": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://faceted-napped-debtless.ngrok-free.dev/text-slugifier/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs