Odel
string utils ai mcp

string utils ai mcp

Local
@csoai-orgPythonUpdated 4 days ago

String Utils Ai tools for AI agents. Capabilities: slugify, camel to snake, truncate smart. Built

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIstring-utils-ai-mcpv1.0.12

Run

uvx string-utils-ai-mcp

MCP client config

{
  "mcpServers": {
    "string-utils-ai-mcp": {
      "command": "uvx",
      "args": [
        "string-utils-ai-mcp"
      ]
    }
  }
}