A straightforward utility for converting text into URL-safe slugs and back again. Exposes operations for slugifying strings (turning "Hello World!" into "hello-world"), deslugifying them back to readable text, and batch processing multiple strings at once. Useful when you're building content management features, generating SEO-friendly URLs programmatically, or need consistent URL formatting across a system. The server handles the normalization, character replacement, and validation so you don't have to write another regex-heavy slug function. Install via pip or Smithery, and it works over stdio transport. Built by MEOK AI Labs as part of their MCP toolkit.
claude mcp add --transport stdio csoai-org-slugify-ai-mcp -- uvx slugify-ai-mcp